Lines Matching refs:SExt
2258 case Instruction::SExt: in isIntegerCast()
2300 case Instruction::SExt: in isNoopCast()
2578 case SExt: return new SExtInst (S, Ty, Name, InsertBefore); in Create()
2600 case SExt: return new SExtInst (S, Ty, Name, InsertAtEnd); in Create()
2636 return Create(Instruction::SExt, S, Ty, Name, InsertBefore); in CreateSExtOrBitCast()
2644 return Create(Instruction::SExt, S, Ty, Name, InsertAtEnd); in CreateSExtOrBitCast()
2745 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
2759 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
2937 return SExt; // signed -> SEXT in getCastOpcode()
3039 case Instruction::SExt: in castIsValid()
3149 ) : CastInst(Ty, SExt, S, Name, InsertBefore) { in SExtInst()
3155 ) : CastInst(Ty, SExt, S, Name, InsertAtEnd) { in SExtInst()