Home
last modified time | relevance | path

Searched refs:breakDownVectorType (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5194 static bool breakDownVectorType(QualType type, uint64_t &len, in breakDownVectorType() function
5216 if (!breakDownVectorType(srcTy, srcLen, srcElt)) return false; in VectorTypesMatch()
5217 if (!breakDownVectorType(destTy, destLen, destElt)) return false; in VectorTypesMatch()