Lines Matching defs:ZExt
1159 Value *ZExt = Builder.CreateZExt(Add, OrigAdd->getType());
1163 IC.replaceInstUsesWith(*OrigAdd, ZExt);
4373 case Instruction::ZExt:
4374 // ZExt(Mask) is a Mask.
4763 ConstantFoldCastOperand(Instruction::ZExt, NewShAmt, WidestTy, SQ.DL);
6119 IsSignedExt ? Instruction::SExt : Instruction::ZExt;
6366 assert(LHS->getOpcode() == Instruction::ZExt);
6367 assert(RHS->getOpcode() == Instruction::ZExt);
7621 // Fold (X u>> BitWidth - 1 Pred ZExt(i1)) --> X s< 0 Pred i1
7636 if ((ExtOpc == Instruction::ZExt && ShiftOpc == Instruction::LShr) ||