Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1280 struct is_logical_shift_op { struct
1320 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
1322 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R); in m_LogicalShift()