Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp217 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 …]
H A DFileCheckImpl.h354 std::unique_ptr<ExpressionAST> LeftOperand;
367 LeftOperand = std::move(LeftOp); in BinaryOperation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1933 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); in widenScalarMulo() local
1937 {LeftOperand, RightOperand}); in widenScalarMulo()