Home | History | Annotate | Download | only in IR

Lines Matching refs:SExt

1157   case Instruction::SExt:
1504 case Instruction::SExt: return getSExt(C, Ty);
1571 (isSigned ? Instruction::SExt : Instruction::ZExt)));
1607 assert(C->getType()->isIntOrIntVectorTy() && "SExt operand must be integral");
1608 assert(Ty->isIntOrIntVectorTy() && "SExt produces only integer");
1610 "SrcTy must be smaller than DestTy for SExt!");
1612 return getFoldedCast(Instruction::SExt, C, Ty);
2836 case Instruction::SExt: