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

/external/llvm/include/llvm/IR/
H A DPatternMatch.h758 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L, function in namespace:llvm::PatternMatch
768 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());

Completed in 75 milliseconds