Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewPred

99   ICmpInst::Predicate NewPred;
100 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred))
102 return Builder->CreateICmp(NewPred, LHS, RHS);