Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NewCast

1113         Value *NewCast = Builder->CreateTrunc(X, I.getType(), "and.shrunk");
1116 return BinaryOperator::CreateAnd(NewCast, C3);