\brief Predicate for the element types that the SLP vectorizer supports. The most important thing to filter here are types which are invalid in LLVM vectors. We also filter target specific types which have absolutely no meaningful vectorization path such as x86_fp80 and ppc_f128. This just avoids spending time checking the cost model and realizing that they will be inevitably scalarized.
source not stored for this graph (policy: none)
no test coverage detected