Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp175 Value *StrBeg = CI->getArgOperand(0); in convertStrToInt() local
176 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt()