Searched refs:breakDownVectorType (Results 1 – 1 of 1) sorted by relevance
5194 static bool breakDownVectorType(QualType type, uint64_t &len, in breakDownVectorType() function5216 if (!breakDownVectorType(srcTy, srcLen, srcElt)) return false; in VectorTypesMatch()5217 if (!breakDownVectorType(destTy, destLen, destElt)) return false; in VectorTypesMatch()