Home | Sort by relevance Sort by last modified time |
/external/llvm/include/llvm/Support/ | |
PatternMatch.h | 82 struct match_combine_or { struct in namespace:llvm::PatternMatch 86 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) { } function in struct:llvm::PatternMatch::match_combine_or 116 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { 117 return match_combine_or<LTy, RTy>(L, R); 157 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() { [all...] |