Home
last modified time | relevance | path

Searched refs:count_if_t_impl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DInterfaceSupport.h136 struct count_if_t_impl : public std::integral_constant<size_t, N> {}; struct
138 struct count_if_t_impl<Pred, N, T, Us...>
141 count_if_t_impl<Pred, N + (Pred<T>::value ? 1 : 0), Us...>::value> {};
143 using count_if_t = count_if_t_impl<Pred, 0, Ts...>;