Searched defs:RightOperand (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 157 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 D | FileCheckImpl.h | 308 std::unique_ptr<ExpressionAST> RightOperand; variable
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 497 *RightOperand = SE.getSCEVAtScope(ICond->getOperand(1), L); in buildConditionSets() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2314 auto RightOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {RHS}); widenScalarMulo() local
|