Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2682 bool Sema::ShouldSplatAltivecScalarInCast(const VectorType *VecTy) { in ShouldSplatAltivecScalarInCast() function in Sema
2767 if (Self.ShouldSplatAltivecScalarInCast(vecTy) && in CheckCXXCStyleCast()
3111 if (Self.ShouldSplatAltivecScalarInCast(DestVecTy) && in CheckCStyleCast()
H A DSemaExpr.cpp8619 if (ShouldSplatAltivecScalarInCast(VTy)) { in BuildVectorLiteral()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6696 bool ShouldSplatAltivecScalarInCast(const VectorType *VecTy);