Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:EltNo

6774   SDValue EltNo = N->getOperand(2);
6788 if (!isa<ConstantSDNode>(EltNo))
6790 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
6847 SDValue EltNo = N->getOperand(1);
6849 if (isa<ConstantSDNode>(EltNo)) {
6850 int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();