Searched refs:IsScalarizedLayoutCompatible (Results 1 – 4 of 4) sorted by relevance
182 bool IsScalarizedLayoutCompatible(QualType T1, QualType T2) const;
671 TYPE_TRAIT_2(__builtin_hlsl_is_scalarized_layout_compatible, IsScalarizedLayoutCompatible, KEYHLSL)
1830 return Self.HLSL().IsScalarizedLayoutCompatible(LhsT, RhsT); in EvaluateBinaryTypeTrait()
3228 bool SemaHLSL::IsScalarizedLayoutCompatible(QualType T1, QualType T2) const { in IsScalarizedLayoutCompatible() function in SemaHLSL