Lines Matching refs:ZExt
1988 case Instruction::ZExt: in isIntegerCast()
2030 case Instruction::ZExt: in isNoopCast()
2219 return Instruction::ZExt; in isEliminableCastPair()
2303 case ZExt: return new ZExtInst (S, Ty, Name, InsertBefore); in Create()
2325 case ZExt: return new ZExtInst (S, Ty, Name, InsertAtEnd); in Create()
2346 return Create(Instruction::ZExt, S, Ty, Name, InsertBefore); in CreateZExtOrBitCast()
2354 return Create(Instruction::ZExt, S, Ty, Name, InsertAtEnd); in CreateZExtOrBitCast()
2471 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
2485 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
2665 return ZExt; // unsigned -> ZEXT in getCastOpcode()
2762 case Instruction::ZExt: in castIsValid()
2864 ) : CastInst(Ty, ZExt, S, Name, InsertBefore) { in ZExtInst()
2870 ) : CastInst(Ty, ZExt, S, Name, InsertAtEnd) { in ZExtInst()