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

References

lib/Transforms/Scalar/NaryReassociate.cpp
  333   Value *IndexToSplit = GEP->getOperand(I + 1);
  353     if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType))
  358               tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType))