Lines Matching refs:SExt
2884 case Instruction::SExt: in isIntegerCast()
2927 case Instruction::SExt: in isNoopCast()
3192 case SExt: return new SExtInst (S, Ty, Name, InsertBefore); in Create()
3214 case SExt: return new SExtInst (S, Ty, Name, InsertAtEnd); in Create()
3250 return Create(Instruction::SExt, S, Ty, Name, InsertBefore); in CreateSExtOrBitCast()
3258 return Create(Instruction::SExt, S, Ty, Name, InsertAtEnd); in CreateSExtOrBitCast()
3361 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
3375 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
3498 return SExt; // signed -> SEXT in getCastOpcode()
3599 case Instruction::SExt: in castIsValid()
3694 ) : CastInst(Ty, SExt, S, Name, InsertBefore) { in SExtInst()
3700 ) : CastInst(Ty, SExt, S, Name, InsertAtEnd) { in SExtInst()