Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp655 const unsigned *LastLow = Low; in lookupLLVMIntrinsicByName() local
679 LastLow = Low; in lookupLLVMIntrinsicByName()
683 LastLow = Low; in lookupLLVMIntrinsicByName()
685 if (LastLow == NameOffsetTable.end()) in lookupLLVMIntrinsicByName()
687 StringRef NameFound = IntrinsicNameTable[*LastLow]; in lookupLLVMIntrinsicByName()
690 return LastLow - NameOffsetTable.begin(); in lookupLLVMIntrinsicByName()