Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp155 Expected<APInt> llvm::exprAdd(const APInt &LeftOperand, in exprAdd()
160 Expected<APInt> llvm::exprSub(const APInt &LeftOperand, in exprSub()
165 Expected<APInt> llvm::exprMul(const APInt &LeftOperand, in exprMul()
170 Expected<APInt> llvm::exprDiv(const APInt &LeftOperand, in exprDiv()
179 Expected<APInt> llvm::exprMax(const APInt &LeftOperand, in exprMax()
185 Expected<APInt> llvm::exprMin(const APInt &LeftOperand, in exprMin()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2626 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); in widenScalarMulo() local