Searched refs:LeftOperand (Results 1 – 3 of 3) sorted by relevance
217 if (LeftOperand.isNegative()) in operator +()218 return RightOperand - LeftOperand.getAbsolute(); in operator +()222 return LeftOperand - RightOperand.getAbsolute(); in operator +()253 if (LeftOperand.isNegative()) in operator -()258 return LeftOperand + RightOperand.getAbsolute(); in operator -()293 return RightOperand * LeftOperand; in operator *()298 if (LeftOperand.isNegative()) { in operator *()351 if (LeftOperand.isNegative()) in max()354 return LeftOperand; in max()359 if (cantFail(max(LeftOperand, RightOperand)) == LeftOperand) in min()[all …]
354 std::unique_ptr<ExpressionAST> LeftOperand;367 LeftOperand = std::move(LeftOp); in BinaryOperation()
1933 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); in widenScalarMulo() local1937 {LeftOperand, RightOperand}); in widenScalarMulo()