Searched refs:areLaxCompatibleVectorTypes (Results 1 – 3 of 3) sorted by relevance
2362 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) { in TryReinterpretCast()
8014 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { in areLaxCompatibleVectorTypes() function in Sema8055 return areLaxCompatibleVectorTypes(srcTy, destTy); in isLaxVectorConversion()8084 if (!areLaxCompatibleVectorTypes(Ty, VectorTy)) in CheckVectorCast()8143 if (!areLaxCompatibleVectorTypes(SrcTy, DestTy) || in CheckExtVectorCast()
12637 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);