Searched defs:IsVectorType (Results 1 – 4 of 4) sorted by relevance
126 bool SBType::IsVectorType() { in IsVectorType() function in SBType
78 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
3000 bool ClangASTContext::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in ClangASTContext
2467 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local