Home
last modified time | relevance | path

Searched refs:createDiv (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h533 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp601 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable()
H A DAsmPrinter.cpp2604 case Instruction::SDiv: return MCBinaryExpr::createDiv(LHS, RHS, Ctx); in lowerConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1069 Expr = MCBinaryExpr::createDiv(Expr, MCConstantExpr::create(2, OutContext), in emitJumpTableTBInst()