Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h74 ArrayTyID, ///< Arrays enumerator
261 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy()
302 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
315 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
406 assert(getTypeID() == ArrayTyID); in getArrayElementType()
H A DDataLayout.h682 case Type::ArrayTyID: { in getTypeSizeInBits()
H A DDerivedTypes.h421 return T->getTypeID() == ArrayTyID; in classof()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp275 case Type::ArrayTyID: in TypeContainsPointers()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp306 case Type::ArrayTyID: { in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1007 case Type::ArrayTyID: in printModuleLevelGV()
1278 case Type::ArrayTyID: in emitPTXGlobalVariable()
1650 case Type::ArrayTyID: in bufferLEByte()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp99 case Type::ArrayTyID: return 'A'; in getTypeID()
H A DExecution.cpp1919 case Type::ArrayTyID: in visitExtractValueInst()
1967 case Type::ArrayTyID: in visitInsertValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp275 case Type::ArrayTyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp779 case Type::ArrayTyID: in getAlignment()
H A DType.cpp750 : Type(ElType->getContext(), ArrayTyID), ContainedType(ElType), in ArrayType()
H A DConstants.cpp389 case Type::ArrayTyID: in getNullValue()
H A DAsmWriter.cpp678 case Type::ArrayTyID: { in print()
H A DCore.cpp612 case Type::ArrayTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp610 case Type::ArrayTyID: { in cmpTypes()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp620 case Type::ArrayTyID: { in getConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp203 case Type::ArrayTyID: in get()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp144 case Type::ArrayTyID: in isLeakCheckerRoot()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp888 case Type::ArrayTyID: in foldAggregateConstructionIntoAggregateReuse()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1118 case Type::ArrayTyID: { in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1216 case Type::ArrayTyID: { in writeTypeTable()