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

References

lib/Analysis/InstructionSimplify.cpp
  188           if ((L == A && R == B) || (Instruction::isCommutative(OpcodeToExpand)
  189                                      && L == B && R == A)) {
  194           if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) {