Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewCast

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