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

References

lib/Analysis/ConstantFolding.cpp
 1031     if (Constant *C = SymbolicallyEvaluateGEP(GEP, Ops, DL, TLI))
 1034     return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0],
 1035                                           Ops.slice(1), GEP->isInBounds(),
 1036                                           GEP->getInRangeIndex());