Home
last modified time | relevance | path

Searched refs:RightOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp218 return RightOperand - LeftOperand.getAbsolute(); in operator +()
221 if (RightOperand.isNegative()) in operator +()
222 return LeftOperand - RightOperand.getAbsolute(); in operator +()
257 if (RightOperand.isNegative()) in operator -()
258 return LeftOperand + RightOperand.getAbsolute(); in operator -()
292 if (RightOperand.isNegative()) in operator *()
293 return RightOperand * LeftOperand; in operator *()
324 if (RightOperand == ExpressionValue(0)) in operator /()
352 return RightOperand; in max()
360 return RightOperand; in min()
[all …]
H A DFileCheckImpl.h357 std::unique_ptr<ExpressionAST> RightOperand; variable
368 RightOperand = std::move(RightOp); in BinaryOperation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1934 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); in widenScalarMulo() local
1937 {LeftOperand, RightOperand}); in widenScalarMulo()