Searched refs:IntMin (Results 1 – 2 of 2) sorted by relevance
2306 APInt IntMin = APInt::getSignedMinValue(Width); in SimplifyICmpInst() local2312 Lower = IntMin + 1; in SimplifyICmpInst()2317 Lower = IntMin.sdiv(Val); in SimplifyICmpInst()2354 APInt IntMin = APInt::getSignedMinValue(Width); in SimplifyICmpInst() local2357 Lower = IntMin.ashr(CI2->getValue()); in SimplifyICmpInst()
2255 llvm::Value *IntMin = in EmitUndefinedBehaviorIntegerDivAndRemCheck() local2259 llvm::Value *LHSCmp = Builder.CreateICmpNE(Ops.LHS, IntMin); in EmitUndefinedBehaviorIntegerDivAndRemCheck()