HomeSort by relevance Sort by last modified time
    Searched refs:LastLow (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
IntrinsicInst.cpp 64 const char *const *LastLow = Low;
72 LastLow = Low;
76 LastLow = Low;
78 if (LastLow == NameTable.end())
80 StringRef NameFound = *LastLow;
83 return LastLow - NameTable.begin();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IntrinsicInst.cpp 76 const char *const *LastLow = Low;
84 LastLow = Low;
88 LastLow = Low;
90 if (LastLow == NameTable.end())
92 StringRef NameFound = *LastLow;
95 return LastLow - NameTable.begin();

Completed in 1146 milliseconds