Searched refs:IntMax (Results 1 – 1 of 1) sorted by relevance
2307 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local2313 Upper = IntMax + 1; in SimplifyICmpInst()2318 Upper = IntMax.sdiv(Val); in SimplifyICmpInst()2355 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local2358 Upper = IntMax.ashr(CI2->getValue()) + 1; in SimplifyICmpInst()