Searched refs:isAggregateType (Results 1 – 22 of 22) sorted by relevance
416 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()446 while (Next->isAggregateType() && in firstRealType()460 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()477 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
260 bool isAggregateType() const { in isAggregateType() function
287 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
785 if (PtrTy->getElementType()->isAggregateType()) { in isStridedPtr()
513 if (!SrcTy->isAggregateType()) in ConstantFoldLoadThroughBitcast()
511 if (!T->isAggregateType()) in unpackLoadToAggregate()891 if (!T->isAggregateType()) in unpackStoreToAggregate()
271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
1609 bool isAggregateType() const;
400 if (MF.getFunction()->getReturnType()->isAggregateType()) { in LowerReturn()
1777 if (Ptr->getType()->getPointerElementType()->isAggregateType()) in isConsecutivePtr()1800 if (GepPtrType->getElementType()->isAggregateType()) in isConsecutivePtr()2302 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()5275 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
949 if (Ty->isAggregateType() || Ty->isVectorTy()) { in getPrototype()1093 if (Ty->isAggregateType()) { in LowerCall()2119 if (Ty->isAggregateType()) { in LowerFormalArguments()2153 if (Ty->isAggregateType()) { in LowerFormalArguments()
1482 if (Ty->isAggregateType() || Ty->isVectorTy()) { in emitFunctionParamList()
2661 if (!Val->getType()->isAggregateType()) in ParseValID()2680 if (!Val0->getType()->isAggregateType()) in ParseValID()5639 if (!Val->getType()->isAggregateType()) in ParseExtractValue()5660 if (!Val0->getType()->isAggregateType()) in ParseInsertValue()
614 else if (ElemTy->isAggregateType()) { in getConstantValue()
988 assert(DeclType->isAggregateType() && in CheckListElementTypes()1166 (ElemType->isAggregateType() || ElemType->isVectorType())) { in CheckSubElementType()3731 if (DestType->isRecordType() && !DestType->isAggregateType()) { in TryListInitialization()3758 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
4543 if (ToType->isRecordType() && !ToType->isAggregateType()) { in TryListConversion()4557 if (ToType->isAggregateType()) { in TryListConversion()
9197 else if (!getLangOpts().C99 && VDecl->getType()->isAggregateType() && in AddInitializerToDecl()
2699 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
1845 bool Type::isAggregateType() const { in isAggregateType() function in Type
3204 Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg()3288 if (Ty->isAggregateType()) { in EmitVAArg()
2610 if (I.getType()->isAggregateType()) { in visitSelectInst()
1054 if (isa<UndefValue>(C) && !V->getType()->isAggregateType()) in getValueImpl()