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

References

lib/Analysis/InstructionSimplify.cpp
  211           if ((L == B && R == C) || (Instruction::isCommutative(OpcodeToExpand)
  212                                      && L == C && R == B)) {
  217           if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) {