Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp177 Value *StrBeg = CI->getArgOperand(0); in convertStrToInt() local
178 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt()