Lines Matching defs:SExt
889 case Instruction::SExt:
3041 // Handle arg promotion: SExt, ZExt, AExt.
3045 case CCValAssign::SExt: {
4041 // FIXME: We're SExt i1 to i64.
4685 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) {
4686 if (!isIntExtFree(SExt)) {
4688 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), VT)) {
4691 Src0 = SExt->getOperand(0);
4749 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) {
4750 if (!isIntExtFree(SExt)) {
4752 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) {
4755 Op0 = SExt->getOperand(0);
5155 case Instruction::SExt: