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