HomeSort by: relevance | last modified time | path
    Searched refs:LastRHSMismatch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerLowering.cpp 198 int LastLHSMismatch = -1, LastRHSMismatch = -1;
206 M[Idx] == Idx + NumInputElements ? ++NumRHSMatch : LastRHSMismatch = Idx;
212 return std::make_pair(false, LastRHSMismatch);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 8687 int LastLHSMismatch = -1, LastRHSMismatch = -1;
8704 LastRHSMismatch = i;
8713 Anomaly = LastRHSMismatch;

Completed in 41 milliseconds