Searched refs:m_LogicalShift (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DPatternMatch.h665 m_LogicalShift(const LHS &L, const RHS &R) { function in namespace:llvm::PatternMatch
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2292 bool OrOfShifts = match(Op0, m_LogicalShift(m_Value(), m_Value())) &&
2293 match(Op1, m_LogicalShift(m_Value(), m_Value()));

Completed in 105 milliseconds