Searched refs:CanPerformAggregateSplatCast (Results 1 – 3 of 3) sorted by relevance
194 bool CanPerformAggregateSplatCast(Expr *Src, QualType DestType);
2940 if (Self.HLSL().CanPerformAggregateSplatCast(SrcExpr.get(), DestType)) { in CheckHLSLCStyleCast()
3387 bool SemaHLSL::CanPerformAggregateSplatCast(Expr *Src, QualType DestTy) { in CanPerformAggregateSplatCast() function in SemaHLSL