Lines Matching refs:SExt
3055 case Instruction::SExt: in isIntegerCast()
3081 case Instruction::SExt: in isNoopCast()
3340 case SExt: return new SExtInst (S, Ty, Name, InsertBefore); in Create()
3362 case SExt: return new SExtInst (S, Ty, Name, InsertAtEnd); in Create()
3398 return Create(Instruction::SExt, S, Ty, Name, InsertBefore); in CreateSExtOrBitCast()
3406 return Create(Instruction::SExt, S, Ty, Name, InsertAtEnd); in CreateSExtOrBitCast()
3509 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
3523 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
3646 return SExt; // signed -> SEXT in getCastOpcode()
3747 case Instruction::SExt: in castIsValid()
3842 ) : CastInst(Ty, SExt, S, Name, InsertBefore) { in SExtInst()
3848 ) : CastInst(Ty, SExt, S, Name, InsertAtEnd) { in SExtInst()