Home
last modified time | relevance | path

Searched refs:ArrayTyID (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h75 ArrayTyID, ///< Arrays enumerator
225 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy()
268 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
282 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
376 assert(getTypeID() == ArrayTyID); in getArrayElementType()
H A DDataLayout.h662 case Type::ArrayTyID: { in getTypeSizeInBits()
H A DDerivedTypes.h379 return T->getTypeID() == ArrayTyID; in classof()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp307 case Type::ArrayTyID: { in getSmallestAddressableSize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp90 case Type::ArrayTyID: return 'A'; in getTypeID()
H A DExecution.cpp1955 case Type::ArrayTyID: in visitExtractValueInst()
2003 case Type::ArrayTyID: in visitInsertValueInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1177 case Type::ArrayTyID: in printModuleLevelGV()
1349 case Type::ArrayTyID: in emitPTXGlobalVariable()
1883 case Type::ArrayTyID: in bufferLEByte()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp750 case Type::ArrayTyID: in getAlignment()
H A DType.cpp598 : Type(ElType->getContext(), ArrayTyID), ContainedType(ElType), in ArrayType()
H A DConstants.cpp377 case Type::ArrayTyID: in getNullValue()
H A DAsmWriter.cpp601 case Type::ArrayTyID: { in print()
H A DCore.cpp521 case Type::ArrayTyID: in LLVMGetTypeKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp486 case Type::ArrayTyID: { in cmpTypes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp298 case Type::ArrayTyID: in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp137 case Type::ArrayTyID: in isLeakCheckerRoot()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp782 case Type::ArrayTyID: in foldAggregateConstructionIntoAggregateReuse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp998 case Type::ArrayTyID: { in writeTypeTable()