Home
last modified time | relevance | path

Searched defs:DisjointOr_match (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1365 struct DisjointOr_match { struct
1369 DisjointOr_match(const LHS &L, const RHS &R) : L(L), R(R) {} in DisjointOr_match() argument
1385 inline DisjointOr_match<LHS, RHS> m_DisjointOr(const LHS &L, const RHS &R) { in m_DisjointOr() argument