Home
last modified time | relevance | path

Searched refs:LastLow (Results 1 – 1 of 1) 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()