Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:CIdx

1505     auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2));
1509 if (CIdx && CIdx->getAPIntValue().ult(NumElts)) {
1510 unsigned Idx = CIdx->getZExtValue();