Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp205 const ExpressionValue &RightOperand) { in operator +()
236 const ExpressionValue &RightOperand) { in operator -()
286 const ExpressionValue &RightOperand) { in operator *()
318 const ExpressionValue &RightOperand) { in operator /()
338 const ExpressionValue &RightOperand) { in max()
358 const ExpressionValue &RightOperand) { in min()
H A DFileCheckImpl.h357 std::unique_ptr<ExpressionAST> RightOperand; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1850 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); in widenScalarMulo() local