Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h294 using detect_has_initialize = llvm::is_detected<has_initialize, T>; variable
298 static std::enable_if_t<detect_has_initialize<T>::value>
305 static std::enable_if_t<!detect_has_initialize<T>::value>