Home
last modified time | relevance | path

Searched refs:IntegerTyID (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/IR/
DType.h69 IntegerTyID, ///< 10: Arbitrary bit width integers enumerator
193 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy()
270 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
DDerivedTypes.h41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType()
89 return T->getTypeID() == IntegerTyID; in classof()
DDataLayout.h520 case Type::IntegerTyID: in getTypeSizeInBits()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp67 case Type::IntegerTyID: in getTypeID()
116 case Type::IntegerTyID: in ffiTypeFor()
136 case Type::IntegerTyID: in ffiValueFor()
227 case Type::IntegerTyID: in ffiInvoke()
DExecution.cpp115 case Type::IntegerTyID: \
1729 case Type::IntegerTyID: in visitVAArgInst()
1763 case Type::IntegerTyID: in visitExtractElementInst()
1802 case Type::IntegerTyID: in visitInsertElementInst()
1842 case Type::IntegerTyID: in visitShuffleVectorInst()
1905 case Type::IntegerTyID: in visitExtractValueInst()
1952 case Type::IntegerTyID: in visitInsertValueInst()
2139 case Type::IntegerTyID: in run()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp90 case Type::IntegerTyID: { in runFunction()
/external/llvm/lib/IR/
DValueTypes.cpp254 case Type::IntegerTyID: in getVT()
279 case Type::IntegerTyID: in getEVT()
DDataLayout.cpp649 case Type::IntegerTyID: in getAlignment()
DType.cpp130 case Type::IntegerTyID: return cast<IntegerType>(this)->getBitWidth(); in getPrimitiveSizeInBits()
DAsmWriter.cpp453 case Type::IntegerTyID: in print()
DConstants.cpp180 case Type::IntegerTyID: in getNullValue()
DCore.cpp251 case Type::IntegerTyID: in LLVMGetTypeKind()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp581 case Type::IntegerTyID: in getConstantValue()
737 case Type::IntegerTyID: in getConstantValue()
776 case Type::IntegerTyID: in getConstantValue()
882 case Type::IntegerTyID: in getConstantValue()
1034 case Type::IntegerTyID: in StoreValueToMemory()
1108 case Type::IntegerTyID: in LoadValueFromMemory()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp507 case Type::IntegerTyID: { in runFunction()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1301 case Type::IntegerTyID: { in getPTXFundamentalTypeStr()
1765 case Type::IntegerTyID: { in bufferLEByte()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp187 case Type::IntegerTyID: in getTypePrefix()
380 case Type::IntegerTyID: { in getCppName()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp1193 case Type::IntegerTyID: in getTypeSize()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp634 case Type::IntegerTyID: in cmpTypes()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp402 case Type::IntegerTyID: in WriteTypeTable()