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.cpp156 Expected<APInt> llvm::exprAdd(const APInt &LeftOperand, in exprAdd()
161 Expected<APInt> llvm::exprSub(const APInt &LeftOperand, in exprSub()
166 Expected<APInt> llvm::exprMul(const APInt &LeftOperand, in exprMul()
171 Expected<APInt> llvm::exprDiv(const APInt &LeftOperand, in exprDiv()
180 Expected<APInt> llvm::exprMax(const APInt &LeftOperand, in exprMax()
186 Expected<APInt> llvm::exprMin(const APInt &LeftOperand, in exprMin()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2328 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); in widenScalarMulo() local