Lines Matching refs:Trunc
2885 case Instruction::Trunc: in isIntegerCast()
2925 case Instruction::Trunc: in isNoopCast()
3190 case Trunc: return new TruncInst (S, Ty, Name, InsertBefore); in Create()
3212 case Trunc: return new TruncInst (S, Ty, Name, InsertAtEnd); in Create()
3266 return Create(Instruction::Trunc, S, Ty, Name, InsertBefore); in CreateTruncOrBitCast()
3274 return Create(Instruction::Trunc, S, Ty, Name, InsertAtEnd); in CreateTruncOrBitCast()
3360 (SrcBits > DstBits ? Instruction::Trunc : in CreateIntegerCast()
3374 (SrcBits > DstBits ? Instruction::Trunc : in CreateIntegerCast()
3495 return Trunc; // int -> smaller int in getCastOpcode()
3593 case Instruction::Trunc: in castIsValid()
3671 ) : CastInst(Ty, Trunc, S, Name, InsertBefore) { in TruncInst()
3677 ) : CastInst(Ty, Trunc, S, Name, InsertAtEnd) { in TruncInst()