Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NewCond

2197     Value *NewCond = Builder->CreateTrunc(Cond, Ty, "trunc");
2198 SI.setCondition(NewCond);