Home
last modified time | relevance | path

Searched refs:createMul (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h578 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS, in createMul() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2603 case Instruction::Mul: return MCBinaryExpr::createMul(LHS, RHS, Ctx); in lowerConstant()