Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateZExtOrTrunc

399     V = Builder->CreateZExtOrTrunc(V, Y->getType());
403 V = Builder->CreateZExtOrTrunc(V, Y->getType());
405 V = Builder->CreateZExtOrTrunc(V, Y->getType());
713 Value *V = Builder->CreateZExtOrTrunc(LHS, SI.getType());