reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10519 ExprResult prepareVectorSplat(QualType VectorTy, Expr *SplattedExpr);
2457 SrcExpr = Self.prepareVectorSplat(DestType, SrcExpr.get()); 2702 SrcExpr = Self.prepareVectorSplat(DestType, SrcExpr.get());tools/clang/lib/Sema/SemaExpr.cpp
6645 return prepareVectorSplat(DestTy, CastExpr); 8211 RHS = prepareVectorSplat(LHSType, RHS.get());tools/clang/lib/Sema/SemaExprCXX.cpp
4169 Expr *Elem = prepareVectorSplat(ToType, From).get();