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.cpp2204 (match(Op0, m_LogicalShift(m_Value(), m_Value())) &&
2205 match(Op1, m_LogicalShift(m_Value(), m_Value())))) {

Completed in 66 milliseconds