Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1268 inline DisjointOr_match<LHS, RHS, true> m_c_DisjointOr(const LHS &L, in m_c_DisjointOr() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3420 if (match(&I, m_c_DisjointOr(m_OneUse(m_Mul(m_Value(X), m_Value(Y))), in visitOr()