Searched refs:isAggregateType (Results 1 – 19 of 19) sorted by relevance
405 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()435 while (Next->isAggregateType() && in firstRealType()449 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()466 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
260 bool isAggregateType() const { in isAggregateType() function
271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
1517 bool isAggregateType() const;
1488 if (Ptr->getType()->getPointerElementType()->isAggregateType()) in isConsecutivePtr()1514 if (GepPtrType->getElementType()->isAggregateType()) in isConsecutivePtr()1750 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()3718 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()4268 if (PtrTy->getElementType()->isAggregateType()) { in isStridedPtr()5889 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
897 if (Ty != SrcTy || Ty->isAggregateType() || Ty->isVectorTy()) { in buildTree_rec()2390 if (Ty->isAggregateType() || Ty->isVectorTy()) in collectStores()2430 if (Ty->isAggregateType() || Ty->isVectorTy()) in tryToVectorizeList()
552 if (Ty->isAggregateType() || Ty->isVectorTy()) { in getPrototype()697 if (Ty->isAggregateType()) { in LowerCall()1682 if (Ty->isAggregateType()) { in LowerFormalArguments()1716 if (Ty->isAggregateType()) { in LowerFormalArguments()
1834 if (Ty->isAggregateType() || Ty->isVectorTy()) { in emitFunctionParamList()
2621 if (!Val->getType()->isAggregateType()) in ParseValID()2640 if (!Val0->getType()->isAggregateType()) in ParseValID()4541 if (!Val->getType()->isAggregateType()) in ParseExtractValue()4562 if (!Val0->getType()->isAggregateType()) in ParseInsertValue()
853 assert(DeclType->isAggregateType() && in CheckListElementTypes()903 if (!ElemType->isRecordType() || ElemType->isAggregateType()) { in CheckSubElementType()1007 (ElemType->isAggregateType() || ElemType->isVectorType())) { in CheckSubElementType()3457 if (!DestType->isAggregateType()) { in TryListInitialization()3485 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
4540 if (ToType->isRecordType() && !ToType->isAggregateType()) { in TryListConversion()4553 if (ToType->isAggregateType()) { in TryListConversion()
8576 else if (!getLangOpts().C99 && VDecl->getType()->isAggregateType() && in AddInitializerToDecl()
974 Assert1(!SrcTy->isAggregateType(), in VerifyBitcastType()976 Assert1(!DestTy->isAggregateType(), in VerifyBitcastType()
2788 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
600 else if (ElemTy->isAggregateType()) { in getConstantValue()
507 if (!SrcTy->isAggregateType()) in ConstantFoldLoadThroughBitcast()
878 bool Type::isAggregateType() const { in isAggregateType() function in Type
2459 if (I.getType()->isAggregateType()) { in visitSelectInst()
1072 if (isa<UndefValue>(C) && !V->getType()->isAggregateType()) in getValueImpl()