Home
last modified time | relevance | path

Searched refs:AmtC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2789 SDValue AmtC = TLO.DAG.getShiftAmountConstant(CTZ, VT, dl); in SimplifyDemandedBits() local
2790 SDValue Shl = TLO.DAG.getNode(ISD::SHL, dl, VT, Op.getOperand(0), AmtC); in SimplifyDemandedBits()
H A DDAGCombiner.cpp11188 if (ConstantSDNode *AmtC = isConstOrConstSplat(N0.getOperand(1))) { in visitCTPOP() local
11189 const APInt &Amt = AmtC->getAPIntValue(); in visitCTPOP()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6865 if (auto *AmtC = dyn_cast<ConstantSDNode>(Elt.getOperand(1))) { in findEltLoadSrc() local
6866 uint64_t Amt = AmtC->getZExtValue(); in findEltLoadSrc()