Searched refs:srcEltTy (Results 1 – 2 of 2) sorted by relevance
5825 QualType srcEltTy, destEltTy; in areLaxCompatibleVectorTypes() local5826 if (!breakDownVectorType(srcTy, srcLen, srcEltTy)) return false; in areLaxCompatibleVectorTypes()5832 uint64_t srcEltSize = Context.getTypeSize(srcEltTy); in areLaxCompatibleVectorTypes()
7306 QualType srcEltTy, destEltTy; in areLaxCompatibleVectorTypes() local7307 if (!breakDownVectorType(srcTy, srcLen, srcEltTy)) return false; in areLaxCompatibleVectorTypes()7313 uint64_t srcEltSize = Context.getTypeSize(srcEltTy); in areLaxCompatibleVectorTypes()