Lines Matching refs:SExt
859 case Instruction::SExt: in computeAddress()
3020 case CCValAssign::SExt: { in processCallArgs()
4601 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local
4602 if (!isIntExtFree(SExt)) { in selectMul()
4604 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), VT)) { in selectMul()
4607 Src0 = SExt->getOperand(0); in selectMul()
4665 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
4666 if (!isIntExtFree(SExt)) { in selectShift()
4668 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift()
4671 Op0 = SExt->getOperand(0); in selectShift()
5071 case Instruction::SExt: in fastSelectInstruction()