Home | History | Annotate | Download | only in IPO

Lines Matching refs:IdxVal

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