Lines Matching defs:AddOp
2031 Instruction *AddOp = nullptr, *SubOp = nullptr;
2036 AddOp = FI;
2042 AddOp = TI;
2046 if (AddOp) {
2048 if (SubOp->getOperand(0) == AddOp->getOperand(0)) {
2049 OtherAddOp = AddOp->getOperand(1);
2050 } else if (SubOp->getOperand(0) == AddOp->getOperand(1)) {
2051 OtherAddOp = AddOp->getOperand(0);
2061 FastMathFlags Flags = AddOp->getFastMathFlags();
2071 if (AddOp != TI)
2080 FastMathFlags Flags = AddOp->getFastMathFlags();