HomeSort by: relevance | last modified time | path
    Searched refs:LastLHSMismatch (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;
205 M[Idx] == Idx ? ++NumLHSMatch : LastLHSMismatch = Idx;
210 return std::make_pair(true, LastLHSMismatch);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 8687 int LastLHSMismatch = -1, LastRHSMismatch = -1;
8699 LastLHSMismatch = i;
8709 Anomaly = LastLHSMismatch;

Completed in 25 milliseconds