Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h593 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS, in createShl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2606 case Instruction::Shl: return MCBinaryExpr::createShl(LHS, RHS, Ctx); in lowerConstant()