Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h578 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS, in createMul() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2628 case Instruction::Mul: return MCBinaryExpr::createMul(LHS, RHS, Ctx); in lowerConstant()