Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2724 bool Sema::ShouldSplatAltivecScalarInCast(const VectorType *VecTy) { in ShouldSplatAltivecScalarInCast() function in Sema
2817 if (Self.ShouldSplatAltivecScalarInCast(vecTy) && in CheckCXXCStyleCast()
3218 if (Self.ShouldSplatAltivecScalarInCast(DestVecTy) && in CheckCStyleCast()
H A DSemaExpr.cpp7923 if (ShouldSplatAltivecScalarInCast(VTy)) { in BuildVectorLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2541 bool ShouldSplatAltivecScalarInCast(const VectorType *VecTy);