Home | History | Annotate | Download | only in IPO

Lines Matching refs:IdxVal

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