Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LowerBound

314   Constant *LowerBound = ConstantExpr::getAdd(NegLo, Hi);
315 return Builder->CreateICmpUGT(Add, LowerBound);