Home | History | Annotate | Download | only in IPO

Lines Matching defs:IdxVal

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