Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h211 Value *optimizeStrToInt(CallInst *CI, IRBuilderBase &B, bool AsSigned);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp86 uint64_t Base, bool AsSigned, IRBuilderBase &B) { in convertStrToInt() argument
120 uint64_t Max = AsSigned && Negate ? 1 : 0; in convertStrToInt()
121 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
2621 bool AsSigned) { in optimizeStrToInt() argument
2636 return convertStrToInt(CI, Str, EndPtr, CInt->getSExtValue(), AsSigned, B); in optimizeStrToInt()