Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp205 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
206 if (Name == NameFound || in lookupLLVMIntrinsicByName()
207 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()