Searched refs:IntMax (Results 1 – 5 of 5) sorted by relevance
386 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError() local393 IntMax.getSExtValue() << in HandleFixupError()
398 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError() local405 IntMax.getSExtValue() << in HandleFixupError()
1575 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local1579 Upper = IntMax.sdiv(Val) + 1; in SimplifyICmpInst()1589 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local1592 Upper = IntMax.ashr(CI2->getValue()) + 1; in SimplifyICmpInst()
2333 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local2339 Upper = IntMax + 1; in SimplifyICmpInst()2344 Upper = IntMax.sdiv(Val); in SimplifyICmpInst()2381 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local2384 Upper = IntMax.ashr(CI2->getValue()) + 1; in SimplifyICmpInst()
2562 APInt IntMax = APInt::getSignedMaxValue(Width); in setLimitsForBinOp() local2567 Upper = IntMax + 1; in setLimitsForBinOp()2572 Upper = IntMax.sdiv(*C); in setLimitsForBinOp()