Lines Matching full:sext
1062 case Instruction::SExt:
1373 case Instruction::SExt: return getSExt(C, Ty);
1422 (isSigned ? Instruction::SExt : Instruction::ZExt)));
1458 assert(C->getType()->isIntOrIntVectorTy() && "SExt operand must be integral");
1459 assert(Ty->isIntOrIntVectorTy() && "SExt produces only integer");
1461 "SrcTy must be smaller than DestTy for SExt!");
1463 return getFoldedCast(Instruction::SExt, C, Ty);