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

References

lib/Analysis/InstructionSimplify.cpp
  180     if (Op0->getOpcode() == OpcodeToExpand) {
  188           if ((L == A && R == B) || (Instruction::isCommutative(OpcodeToExpand)
  194           if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) {
  203     if (Op1->getOpcode() == OpcodeToExpand) {
  211           if ((L == B && R == C) || (Instruction::isCommutative(OpcodeToExpand)
  217           if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) {