Lines Matching refs:SExt
2061 case Instruction::SExt: in isIntegerCast()
2103 case Instruction::SExt: in isNoopCast()
2382 case SExt: return new SExtInst (S, Ty, Name, InsertBefore); in Create()
2404 case SExt: return new SExtInst (S, Ty, Name, InsertAtEnd); in Create()
2440 return Create(Instruction::SExt, S, Ty, Name, InsertBefore); in CreateSExtOrBitCast()
2448 return Create(Instruction::SExt, S, Ty, Name, InsertAtEnd); in CreateSExtOrBitCast()
2520 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
2534 (isSigned ? Instruction::SExt : Instruction::ZExt))); in CreateIntegerCast()
2706 return SExt; // signed -> SEXT in getCastOpcode()
2812 case Instruction::SExt: in castIsValid()
2922 ) : CastInst(Ty, SExt, S, Name, InsertBefore) { in SExtInst()
2928 ) : CastInst(Ty, SExt, S, Name, InsertAtEnd) { in SExtInst()