Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h535 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp590 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1091 Expr = MCBinaryExpr::createDiv(Expr, MCConstantExpr::create(2, OutContext), in emitJumpTableTBInst()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp271 Expr = MCBinaryExpr::createDiv(Expr, MCConstantExpr::create(Div, Context), in GetSubDivExpr()