Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateZExtOrTrunc

450     V = Builder->CreateZExtOrTrunc(V, Y->getType());
454 V = Builder->CreateZExtOrTrunc(V, Y->getType());
456 V = Builder->CreateZExtOrTrunc(V, Y->getType());
804 Value *V = Builder->CreateZExtOrTrunc(LHS, SI.getType());