Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.h65 struct is_complex_t : public std::false_type {}; struct
67 struct is_complex_t<std::complex<T>> : public std::true_type {};
123 detail::is_complex_t<T>::value>::type>
133 detail::is_complex_t<T>::value &&
424 typename std::enable_if<detail::is_complex_t<T>::value &&
H A DBuiltinAttributes.td947 (detail::is_complex_t<T>::value &&