Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCExpr.h502 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS, in createShl() function
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1763 case Instruction::Shl: return MCBinaryExpr::createShl(LHS, RHS, Ctx); in lowerConstant()