Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1990 APInt IntMin = APInt::getSignedMinValue(Width); in SimplifyICmpInst() local
1994 Lower = IntMin.sdiv(Val); in SimplifyICmpInst()
2004 APInt IntMin = APInt::getSignedMinValue(Width); in SimplifyICmpInst() local
2007 Lower = IntMin.ashr(CI2->getValue()); in SimplifyICmpInst()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2042 llvm::Value *IntMin = in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
2046 llvm::Value *LHSCmp = Builder.CreateICmpNE(Ops.LHS, IntMin); in EmitUndefinedBehaviorIntegerDivAndRemCheck()