Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp386 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError() local
393 IntMax.getSExtValue() << in HandleFixupError()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1575 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local
1579 Upper = IntMax.sdiv(Val) + 1; in SimplifyICmpInst()
1589 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local
1592 Upper = IntMax.ashr(CI2->getValue()) + 1; in SimplifyICmpInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2333 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local
2339 Upper = IntMax + 1; in SimplifyICmpInst()
2344 Upper = IntMax.sdiv(Val); in SimplifyICmpInst()
2381 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() local
2384 Upper = IntMax.ashr(CI2->getValue()) + 1; in SimplifyICmpInst()