Searched refs:ExtCst (Results 1 – 2 of 2) sorted by relevance
1848 auto ExtCst = MIRBuilder.buildConstant(LLT::scalar(64), Amount); in legalizeShlAshrLshr() local1850 MI.getOperand(2).setReg(ExtCst.getReg(0)); in legalizeShlAshrLshr()
24074 auto *ExtCst = dyn_cast<ConstantSDNode>(ExtIdx); in performSTORECombine() local24075 if ((!ExtCst || !ExtCst->isZero()) && !Value.hasOneUse()) in performSTORECombine()24081 (VectorVT.is64BitVector() || VectorVT.is128BitVector()) && ExtCst && in performSTORECombine()24082 !ExtCst->isZero() && ST->getBasePtr().getOpcode() != ISD::ADD) in performSTORECombine()24101 if (!ExtCst || !ExtCst->isZero()) { in performSTORECombine()