Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NewPred

91   ICmpInst::Predicate NewPred;
92 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred))
94 return Builder->CreateICmp(NewPred, LHS, RHS);