Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2627 bool Sema::ShouldSplatAltivecScalarInCast(const VectorType *VecTy) { in ShouldSplatAltivecScalarInCast() function in Sema
2694 if (Self.ShouldSplatAltivecScalarInCast(vecTy) && in CheckCXXCStyleCast()
2979 if (Self.ShouldSplatAltivecScalarInCast(DestVecTy) && in CheckCStyleCast()
H A DSemaExpr.cpp7709 if (ShouldSplatAltivecScalarInCast(VTy)) { in BuildVectorLiteral()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6106 bool ShouldSplatAltivecScalarInCast(const VectorType *VecTy);