Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:IdxN

383     auto *IdxN = dyn_cast<ConstantSDNode>(SplatV.getNode());
384 if (IdxN && IdxN->isNullValue())
847 auto *IdxN = dyn_cast<ConstantSDNode>(IdxV.getNode());
848 if (!IdxN || !IdxN->isNullValue()) {
871 if (RolBase != 4 || !IdxN || !IdxN->isNullValue()) {
907 auto *IdxN = dyn_cast<ConstantSDNode>(IdxV.getNode());
908 if (!IdxN || !IdxN->isNullValue()) {
922 if (!IdxN || !IdxN->isNullValue()) {