Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateIntCast

522         In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
904 In = Builder->CreateIntCast(In, CI.getType(), true/*SExt*/);