Searched refs:IsHLSLVectorInit (Results 1 – 1 of 1) sorted by relevance
8165 bool IsHLSLVectorInit = S.getLangOpts().HLSL && DestType->isExtVectorType() && in Perform() local8167 (void)IsHLSLVectorInit; in Perform()8206 assert(Args.size() == 1 || IsHLSLVectorInit); in Perform()