Searched refs:AsSigned (Results 1 – 2 of 2) sorted by relevance
215 Value *optimizeStrToInt(CallInst *CI, IRBuilderBase &B, bool AsSigned);
88 uint64_t Base, bool AsSigned, IRBuilderBase &B) { in convertStrToInt() argument122 uint64_t Max = AsSigned && Negate ? 1 : 0; in convertStrToInt()123 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()2740 bool AsSigned) { in optimizeStrToInt() argument2755 return convertStrToInt(CI, Str, EndPtr, CInt->getSExtValue(), AsSigned, B); in optimizeStrToInt()