Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h194 bool CanPerformAggregateSplatCast(Expr *Src, QualType DestType);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2940 if (Self.HLSL().CanPerformAggregateSplatCast(SrcExpr.get(), DestType)) { in CheckHLSLCStyleCast()
H A DSemaHLSL.cpp3387 bool SemaHLSL::CanPerformAggregateSplatCast(Expr *Src, QualType DestTy) { in CanPerformAggregateSplatCast() function in SemaHLSL