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

References

include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
  109 template <typename... Preds> And<Preds...> m_all_of(Preds &&... preds) {
  109 template <typename... Preds> And<Preds...> m_all_of(Preds &&... preds) {
  110   return And<Preds...>(std::forward<Preds>(preds)...);