Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h74 StructTyID, ///< Structures enumerator
243 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy()
289 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
303 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
H A DDerivedTypes.h214 StructType(LLVMContext &C) : Type(C, StructTyID) {} in StructType()
340 return T->getTypeID() == StructTyID; in classof()
H A DDataLayout.h688 case Type::StructTyID: in getTypeSizeInBits()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp101 case Type::StructTyID: in getOverloadKind()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp297 case Type::StructTyID: { in getSmallestAddressableSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp77 case Type::StructTyID: { in whichFPReturnVariant()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp98 case Type::StructTyID: return 'T'; in getTypeID()
H A DExecution.cpp1956 case Type::StructTyID: in visitExtractValueInst()
2004 case Type::StructTyID: in visitInsertValueInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1160 case Type::StructTyID: in printModuleLevelGV()
1428 case Type::StructTyID: in emitPTXGlobalVariable()
1863 case Type::StructTyID: { in bufferLEByte()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp764 case Type::StructTyID: { in getAlignment()
H A DConstants.cpp371 case Type::StructTyID: in getNullValue()
H A DAsmWriter.cpp569 case Type::StructTyID: { in print()
H A DCore.cpp527 case Type::StructTyID: in LLVMGetTypeKind()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp468 case Type::StructTyID: { in cmpTypes()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp600 case Type::StructTyID: { in getConstantValue()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp321 case Type::StructTyID: { in get()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp141 case Type::StructTyID: { in isLeakCheckerRoot()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp856 case Type::StructTyID: in foldAggregateConstructionIntoAggregateReuse()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1104 case Type::StructTyID: { in writeTypeTable()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1012 case Type::StructTyID: { in writeTypeTable()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp9858 case llvm::Type::StructTyID: in addStruct()