Searched defs:m_CombineOr (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | PatternMatch.h | 117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { function in namespace:llvm::PatternMatch 157 return m_CombineOr(m_Zero(), m_NegZero()); |
Completed in 79 milliseconds