Searched refs:AmtC (Results 1 – 3 of 3) sorted by relevance
2789 SDValue AmtC = TLO.DAG.getShiftAmountConstant(CTZ, VT, dl); in SimplifyDemandedBits() local2790 SDValue Shl = TLO.DAG.getNode(ISD::SHL, dl, VT, Op.getOperand(0), AmtC); in SimplifyDemandedBits()
11188 if (ConstantSDNode *AmtC = isConstOrConstSplat(N0.getOperand(1))) { in visitCTPOP() local11189 const APInt &Amt = AmtC->getAPIntValue(); in visitCTPOP()
6865 if (auto *AmtC = dyn_cast<ConstantSDNode>(Elt.getOperand(1))) { in findEltLoadSrc() local6866 uint64_t Amt = AmtC->getZExtValue(); in findEltLoadSrc()