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

/external/llvm/include/llvm/Support/
H A DPatternMatch.h154 /// m_AnyZero() - Match an arbitrary zero/null constant. This includes
157 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() { function in namespace:llvm::PatternMatch

Completed in 667 milliseconds