Searched refs:FBT_VECTOR_INT2 (Results 1 – 1 of 1) sorted by relevance
69 FBT_VECTOR_INT2 = 16, // Typed tuple (no type table, no size field). enumerator96 return t >= FBT_VECTOR_INT2 && t <= FBT_VECTOR_FLOAT4; in IsFixedTypedVector()103 case 2: return static_cast<Type>(t - FBT_INT + FBT_VECTOR_INT2);117 auto fixed_type = t - FBT_VECTOR_INT2; in ToFixedTypedVectorElementType()