Home
last modified time | relevance | path

Searched refs:LastLow (Results 1 – 2 of 2) sorted by relevance

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