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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 2280     for (User *U : PI->users()) {
 2301         unsigned OtherIndex = (ICI->getOperand(0) == PI) ? 1 : 0;
 2319             if (MI->isVolatile() || MI->getRawDest() != PI)
 2341         if (SI->isVolatile() || SI->getPointerOperand() != PI)