Searched defs:areCompatVectorTypes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp6750 /// areCompatVectorTypes - Return true if the two specified vector types are
6752 static bool areCompatVectorTypes(const VectorType *LHS, function
7873 if (areCompatVectorTypes(LHSCan->getAs<VectorType>(),

Completed in 444 milliseconds