Lines Matching defs:SExt
887 case Instruction::SExt:
3039 // Handle arg promotion: SExt, ZExt, AExt.
3043 case CCValAssign::SExt: {
4039 // FIXME: We're SExt i1 to i64.
4683 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) {
4684 if (!isIntExtFree(SExt)) {
4686 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), VT)) {
4689 Src0 = SExt->getOperand(0);
4747 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) {
4748 if (!isIntExtFree(SExt)) {
4750 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) {
4753 Op0 = SExt->getOperand(0);
5153 case Instruction::SExt: