Searched refs:srcEltTy (Results 1 – 1 of 1) 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()