Lines Matching refs:SExt
809 case Instruction::SExt: in computeAddress()
2932 case CCValAssign::SExt: { in processCallArgs()
4502 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local
4503 if (!isIntExtFree(SExt)) { in selectMul()
4505 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), VT)) { in selectMul()
4508 Src0 = SExt->getOperand(0); in selectMul()
4569 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
4570 if (!isIntExtFree(SExt)) { in selectShift()
4572 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift()
4575 Op0 = SExt->getOperand(0); in selectShift()
4919 case Instruction::SExt: in fastSelectInstruction()