Home
last modified time | relevance | path

Searched defs:createAShr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCExpr.h484 static const MCBinaryExpr *createAShr(const MCExpr *LHS, const MCExpr *RHS, in createAShr() function
/external/swiftshader/src/Reactor/
DNucleus.cpp408 Value *Nucleus::createAShr(Value *lhs, Value *rhs) in createAShr() function in sw::Nucleus