Searched defs:m_AShr (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h394 m_AShr(const LHS &L, const RHS &R) { function in namespace:llvm::PatternMatch
/external/llvm/include/llvm/IR/
H A DPatternMatch.h536 inline BinaryOp_match<LHS, RHS, Instruction::AShr> m_AShr(const LHS &L, function in namespace:llvm::PatternMatch
1297 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));

Completed in 151 milliseconds