Home
last modified time | relevance | path

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

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