Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IdxVal

229     uint64_t IdxVal = Idx->getZExtValue();
230 if ((unsigned)IdxVal != IdxVal) return 0; // Too large array index.
233 EltTy = STy->getElementType(IdxVal);
235 if (IdxVal >= ATy->getNumElements()) return 0;
241 LaterIndices.push_back(IdxVal);