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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
  658     if (Op1)
  659       RHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op1, C, D);
  663     if (Op0 && Op1 && LHSOpcode == RHSOpcode)
  676     if (Op1)
  720   if (Op1 && leftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) {
  720   if (Op1 && leftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) {
  723     Value *A = LHS, *B = Op1->getOperand(0), *C = Op1->getOperand(1);
  723     Value *A = LHS, *B = Op1->getOperand(0), *C = Op1->getOperand(1);
  724     Instruction::BinaryOps InnerOpcode = Op1->getOpcode(); // op'