Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp156 const APInt &RightOperand, bool &Overflow) { in exprAdd()
161 const APInt &RightOperand, bool &Overflow) { in exprSub()
166 const APInt &RightOperand, bool &Overflow) { in exprMul()
171 const APInt &RightOperand, bool &Overflow) { in exprDiv()
180 const APInt &RightOperand, bool &Overflow) { in exprMax()
186 const APInt &RightOperand, bool &Overflow) { in exprMin()
H A DFileCheckImpl.h314 std::unique_ptr<ExpressionAST> RightOperand; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2627 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); in widenScalarMulo() local