Home
last modified time | relevance | path

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

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