Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h875 struct is_logical_shift_op { struct
909 inline BinOpPred_match<LHS, RHS, is_logical_shift_op>
911 return BinOpPred_match<LHS, RHS, is_logical_shift_op>(L, R); in m_LogicalShift()