================ @@ -39,6 +39,11 @@ struct IntegerTypeStorage; struct TupleTypeStorage; } // namespace detail +/// Type trait indicating that the type can be an operand to an elementwise op. ---------------- pifon2a wrote: Added the second trait. https://github.com/llvm/llvm-project/pull/99493