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);
  338     if (isKnownNonNegative(ZExt->getOperand(0), *DL, 0, AC, GEP, DT))
  346     if (requiresSignExtension(IndexToSplit, GEP) &&
  347         computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) !=
  353     if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType))
  358               tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType))