enum class LangOptions::LaxVectorConversionKind
Declared at: clang/include/clang/Basic/LangOptions.h:295
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | Permit no implicit vector bitcasts. |
Integer | 1 | Permit vector bitcasts between integer vectors with different numbers of elements but the same total bit-width. |
All | 2 | Permit vector bitcasts between all vectors with the same total bit-width. |