Searched refs:IntMin (Results 1 – 2 of 2) sorted by relevance
1990 APInt IntMin = APInt::getSignedMinValue(Width); in SimplifyICmpInst() local1994 Lower = IntMin.sdiv(Val); in SimplifyICmpInst()2004 APInt IntMin = APInt::getSignedMinValue(Width); in SimplifyICmpInst() local2007 Lower = IntMin.ashr(CI2->getValue()); in SimplifyICmpInst()
2042 llvm::Value *IntMin = in EmitUndefinedBehaviorIntegerDivAndRemCheck() local2046 llvm::Value *LHSCmp = Builder.CreateICmpNE(Ops.LHS, IntMin); in EmitUndefinedBehaviorIntegerDivAndRemCheck()