Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2424 auto XorExpr = m_OneUse(m_Not(m_Value(Op1))); in match() local
2427 if (XorExpr.match(ICmpLHS)) in match()
2432 if (XorExpr.match(ICmpRHS)) in match()