Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2307 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local
2313 Upper = IntMax + 1; in SimplifyICmpInst()
2318 Upper = IntMax.sdiv(Val); in SimplifyICmpInst()
2355 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local
2358 Upper = IntMax.ashr(CI2->getValue()) + 1; in SimplifyICmpInst()