Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp157 const APInt &RightOperand, bool &Overflow) { in exprAdd() argument
162 const APInt &RightOperand, bool &Overflow) { in exprSub() argument
167 const APInt &RightOperand, bool &Overflow) { in exprMul() argument
172 const APInt &RightOperand, bool &Overflow) { in exprDiv() argument
181 const APInt &RightOperand, boo in exprMax() argument
187 exprMin(const APInt & LeftOperand,const APInt & RightOperand,bool & Overflow) exprMin() argument
[all...]
H A DFileCheckImpl.h308 std::unique_ptr<ExpressionAST> RightOperand; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2265 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); widenScalarMulo() local