Home | History | Annotate | Download | only in IPO

Lines Matching refs:IdxVal

442       ConstantInt *IdxVal = dyn_cast<ConstantInt>(GEPI.getOperand());
443 if (!IdxVal || IdxVal->getZExtValue() >= NumElements)