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

References

lib/Analysis/InstructionSimplify.cpp
  184       if (Value *L = SimplifyBinOp(Opcode, A, C, Q, MaxRecurse))
  185         if (Value *R = SimplifyBinOp(Opcode, B, C, Q, MaxRecurse)) {
  207       if (Value *L = SimplifyBinOp(Opcode, A, B, Q, MaxRecurse))
  208         if (Value *R = SimplifyBinOp(Opcode, A, C, Q, MaxRecurse)) {