Searched defs:m_Or (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DPatternMatch.h19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
512 inline BinaryOp_match<LHS, RHS, Instruction::Or> m_Or(const LHS &L, function in namespace:llvm::PatternMatch
1299 auto Signum = m_Or(LHS, RHS);

Completed in 32 milliseconds