Home
last modified time | relevance | path

Searched refs:castVector (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp867 static void castVector(Sema &S, ExprResult &E, QualType &Ty, unsigned Sz) { in castVector() function
1009 castVector<CK_HLSLVectorTruncation>(SemaRef, RHS, RHSType, EndSz); in handleVectorBinOpConversion()
1011 castVector<CK_HLSLVectorTruncation>(SemaRef, LHS, LHSType, EndSz); in handleVectorBinOpConversion()
1014 castVector<CK_VectorSplat>(SemaRef, RHS, RHSType, EndSz); in handleVectorBinOpConversion()
1016 castVector<CK_VectorSplat>(SemaRef, LHS, LHSType, EndSz); in handleVectorBinOpConversion()