Searched refs:isAggregateType (Results 1 – 11 of 11) sorted by relevance
268 bool isAggregateType() const { in isAggregateType() function
272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
1509 bool isAggregateType() const;
800 if (cast<PointerType>(Ptr->getType())->getElementType()->isAggregateType()) in isConsecutivePtr()828 if (GepPtrType->getElementType()->isAggregateType()) in isConsecutivePtr()1001 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
2409 if (!Val->getType()->isAggregateType()) in ParseValID()2428 if (!Val0->getType()->isAggregateType()) in ParseValID()4278 if (!Val->getType()->isAggregateType()) in ParseExtractValue()4299 if (!Val0->getType()->isAggregateType()) in ParseInsertValue()
1296 Assert1(!SrcTy->isAggregateType(), in visitBitCastInst()1298 Assert1(!DestTy->isAggregateType(), in visitBitCastInst()
2638 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
690 assert(DeclType->isAggregateType() && in CheckListElementTypes()735 if (!ElemType->isRecordType() || ElemType->isAggregateType()) { in CheckSubElementType()841 (ElemType->isAggregateType() || ElemType->isVectorType())) { in CheckSubElementType()3090 if (!DestType->isAggregateType()) { in TryListInitialization()
4489 if (ToType->isRecordType() && !ToType->isAggregateType()) { in TryListConversion()4503 if (ToType->isAggregateType()) { in TryListConversion()
883 bool Type::isAggregateType() const { in isAggregateType() function in Type
1069 if (isa<UndefValue>(C) && !V->getType()->isAggregateType()) in getValueImpl()