Searched refs:IsVectorType (Results 1 – 12 of 12) sorted by relevance
316 ") IsVectorType;318 IsVectorType ();
148 bool SBType::IsVectorType() { in IsVectorType() function in SBType153 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType()229 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType()
128 bool IsVectorType();
221 parent_type.IsVectorType(&element_type); in Update()
64 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType67 return m_type_system->IsVectorType(m_type, element_type, size); in IsVectorType()
78 bool IsVectorType(CompilerType *element_type = nullptr,
448 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
1310 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries()1359 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
1516 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl()1603 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl()
545 bool IsVectorType(lldb::opaque_compiler_type_t type,
2914 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
2962 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local2988 } else if (IsVectorType) { in VisitArraySubscriptExpr()