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.cpp157 const APInt &RightOperand, bool &Overflow) { in exprAdd()
162 const APInt &RightOperand, bool &Overflow) { in exprSub()
167 const APInt &RightOperand, bool &Overflow) { in exprMul()
172 const APInt &RightOperand, bool &Overflow) { in exprDiv()
181 const APInt &RightOperand, bool &Overflow) { in exprMax()
187 const APInt &RightOperand, bool &Overflow) { in exprMin()
H A DFileCheckImpl.h334 std::unique_ptr<ExpressionAST> RightOperand; global() variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2329 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); in widenScalarMulo() local