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

Declarations

include/llvm/Transforms/Scalar/NaryReassociate.h
  134   GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,

References

lib/Transforms/Scalar/NaryReassociate.cpp
  353     if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType))
  358               tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType))