reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/Evaluator.cpp
  434       Constant *P = getVal(GEP->getOperand(0));
  436       for (User::op_iterator i = GEP->op_begin() + 1, e = GEP->op_end();
  436       for (User::op_iterator i = GEP->op_begin() + 1, e = GEP->op_end();
  440           ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps,
  441                                          cast<GEPOperator>(GEP)->isInBounds());