Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp204 Expected<ExpressionValue> llvm::operator+(const ExpressionValue &LeftOperand, in operator +()
235 Expected<ExpressionValue> llvm::operator-(const ExpressionValue &LeftOperand, in operator -()
285 Expected<ExpressionValue> llvm::operator*(const ExpressionValue &LeftOperand, in operator *()
317 Expected<ExpressionValue> llvm::operator/(const ExpressionValue &LeftOperand, in operator /()
337 Expected<ExpressionValue> llvm::max(const ExpressionValue &LeftOperand, in max()
357 Expected<ExpressionValue> llvm::min(const ExpressionValue &LeftOperand, in min()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1849 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); in widenScalarMulo() local