Lines Matching defs:AddOp
2033 Instruction *AddOp = nullptr, *SubOp = nullptr;
2038 AddOp = FI;
2044 AddOp = TI;
2048 if (AddOp) {
2050 if (SubOp->getOperand(0) == AddOp->getOperand(0)) {
2051 OtherAddOp = AddOp->getOperand(1);
2052 } else if (SubOp->getOperand(0) == AddOp->getOperand(1)) {
2053 OtherAddOp = AddOp->getOperand(0);
2063 FastMathFlags Flags = AddOp->getFastMathFlags();
2073 if (AddOp != TI)
2082 FastMathFlags Flags = AddOp->getFastMathFlags();