Searched refs:EmitHLSLElementwiseCast (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 554 static void EmitHLSLElementwiseCast(CodeGenFunction &CGF, Address DestVal, in EmitHLSLElementwiseCast() function 1019 EmitHLSLElementwiseCast(CGF, DestVal, DestTy, SrcVal, SrcTy, Loc); in VisitCastExpr()
|
| H A D | CGExprScalar.cpp | 2368 static Value *EmitHLSLElementwiseCast(CodeGenFunction &CGF, Address RHSVal, in EmitHLSLElementwiseCast() function 2930 return EmitHLSLElementwiseCast(CGF, SrcVal, SrcTy, DestTy, Loc); in VisitCastExpr()
|