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

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

Completed in 118 milliseconds