Home
last modified time | relevance | path

Searched refs:isAggregateType (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
DType.h268 bool isAggregateType() const { in isAggregateType() function
/external/clang/include/clang/AST/
DCanonicalType.h272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
DType.h1509 bool isAggregateType() const;
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp800 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()
/external/llvm/lib/AsmParser/
DLLParser.cpp2409 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()
/external/llvm/lib/IR/
DVerifier.cpp1296 Assert1(!SrcTy->isAggregateType(), in visitBitCastInst()
1298 Assert1(!DestTy->isAggregateType(), in visitBitCastInst()
DInstructions.cpp2638 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
/external/clang/lib/Sema/
DSemaInit.cpp690 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()
DSemaOverload.cpp4489 if (ToType->isRecordType() && !ToType->isAggregateType()) { in TryListConversion()
4503 if (ToType->isAggregateType()) { in TryListConversion()
/external/clang/lib/AST/
DType.cpp883 bool Type::isAggregateType() const { in isAggregateType() function in Type
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1069 if (isa<UndefValue>(C) && !V->getType()->isAggregateType()) in getValueImpl()