Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp2629 bool Sema::ShouldSplatAltivecScalarInCast(const VectorType *VecTy) { in ShouldSplatAltivecScalarInCast() function in Sema
2714 if (Self.ShouldSplatAltivecScalarInCast(vecTy) && in CheckCXXCStyleCast()
3004 if (Self.ShouldSplatAltivecScalarInCast(DestVecTy) && in CheckCStyleCast()
H A DSemaExpr.cpp8037 if (ShouldSplatAltivecScalarInCast(VTy)) { in BuildVectorLiteral()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6389 bool ShouldSplatAltivecScalarInCast(const VectorType *VecTy);