Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewConstant

74   if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred))
75 return NewConstant;
1222 Value *NewConstant = ConstantExpr::getBitCast(C, SrcTy);
1223 Value *NewOp = Builder->CreateBinOp(LogicOpc, BC, NewConstant, I.getName());