reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/PatternMatch.h
  142 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
  142 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
  143   return match_combine_or<LTy, RTy>(L, R);