Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2306 APInt IntMin = APInt::getSignedMinValue(Width); in SimplifyICmpInst() local
2312 Lower = IntMin + 1; in SimplifyICmpInst()
2317 Lower = IntMin.sdiv(Val); in SimplifyICmpInst()
2354 APInt IntMin = APInt::getSignedMinValue(Width); in SimplifyICmpInst() local
2357 Lower = IntMin.ashr(CI2->getValue()); in SimplifyICmpInst()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2255 llvm::Value *IntMin = in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
2259 llvm::Value *LHSCmp = Builder.CreateICmpNE(Ops.LHS, IntMin); in EmitUndefinedBehaviorIntegerDivAndRemCheck()