Home | History | Annotate | Download | only in IR

Lines Matching full:sext

1119   case Instruction::SExt:
1454 case Instruction::SExt: return getSExt(C, Ty);
1504 (isSigned ? Instruction::SExt : Instruction::ZExt)));
1540 assert(C->getType()->isIntOrIntVectorTy() && "SExt operand must be integral");
1541 assert(Ty->isIntOrIntVectorTy() && "SExt produces only integer");
1543 "SrcTy must be smaller than DestTy for SExt!");
1545 return getFoldedCast(Instruction::SExt, C, Ty);
2749 case Instruction::SExt: