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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 1809         if (L->isLoopInvariant(GO1) && !L->isLoopInvariant(SO1)) {
 1832             GEP.setOperand(1, SO1);
 1842             auto *NewGEP = GetElementPtrInst::Create(GEPEltType, NewSrc, {SO1});