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

References

lib/Analysis/InstructionSimplify.cpp
 3668   if (V == Op)
 3672   if (isa<Constant>(Op))
 3697       if (B->getOperand(0) == Op)
 3700       if (B->getOperand(1) == Op)
 3709       if (C->getOperand(0) == Op)
 3712       if (C->getOperand(1) == Op)
 3723                 [&](Value *V) { return V == Op ? RepOp : V; });
 3737       if (I->getOperand(i) == Op)