Home
last modified time | relevance | path

Searched defs:LeftOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp156 Expected<APInt> llvm::exprAdd(const APInt &LeftOperand, in exprAdd() argument
161 Expected<APInt> llvm::exprSub(const APInt &LeftOperand, in exprSub() argument
166 Expected<APInt> llvm::exprMul(const APInt &LeftOperand, in exprMul() argument
171 Expected<APInt> llvm::exprDiv(const APInt &LeftOperand, in exprDiv() argument
180 Expected<APInt> llvm::exprMax(const APInt &LeftOperand, in exprMax() argument
186 exprMin(const APInt & LeftOperand,const APInt & RightOperand,bool & Overflow) exprMin() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2264 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); widenScalarMulo() local