Searched refs:IsVectorType (Results 1 – 12 of 12) sorted by relevance
316 ") IsVectorType;318 IsVectorType ();
147 bool SBType::IsVectorType() { in IsVectorType() function in SBType152 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType()228 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType()
129 bool IsVectorType();
224 parent_type.IsVectorType(&element_type); in Update()
69 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType73 return type_system_sp->IsVectorType(m_type, element_type, size); in IsVectorType()
130 bool IsVectorType(CompilerType *element_type = nullptr,
462 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
1516 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl()1602 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl()
1412 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries()1461 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
559 bool IsVectorType(lldb::opaque_compiler_type_t type,
2948 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
3285 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local3311 } else if (IsVectorType) { in VisitArraySubscriptExpr()