Lines Matching defs:ZExt
4654 Value *ZExt =
4656 TPT.replaceAllUsesWith(SExt, ZExt);
4658 ExtVal = ZExt;
5029 case Instruction::ZExt: {
6057 // This is a ZExt, maybe this is free to extend from one type to another.
7445 Instruction::CastOps ExtType = Instruction::ZExt;
7446 // Some targets prefer SExt over ZExt.
7454 ExtType = Instruction::ZExt;
7463 APInt WideConst = (ExtType == Instruction::ZExt)
7496 // If ZExt is free then we can also catch patterns like this: