Searched refs:ShouldSplatAltivecScalarInCast (Results 1 – 3 of 3) sorted by relevance
2724 bool Sema::ShouldSplatAltivecScalarInCast(const VectorType *VecTy) { in ShouldSplatAltivecScalarInCast() function in Sema2817 if (Self.ShouldSplatAltivecScalarInCast(vecTy) && in CheckCXXCStyleCast()3218 if (Self.ShouldSplatAltivecScalarInCast(DestVecTy) && in CheckCStyleCast()
7923 if (ShouldSplatAltivecScalarInCast(VTy)) { in BuildVectorLiteral()
2541 bool ShouldSplatAltivecScalarInCast(const VectorType *VecTy);