Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LowerBound

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