Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:IdxN

2311   auto *IdxN = dyn_cast<ConstantSDNode>(IdxV);
2319 if (IdxN) {
2323 if (IdxN->isNullValue() && ValTy.getSizeInBits() == 1)
2368 if (IdxN) {
2369 unsigned Off = IdxN->getZExtValue() * ElemWidth;