Searched refs:getIndexType (Results 1 – 12 of 12) sorted by relevance
88 IntegerType *getIndexType() const { in getIndexType() function93 return ConstantInt::get(getIndexType(), Value); in getIndex()
99 inline IndexType getIndexType (void) const { return m_indexType; } in getIndexType() function in rr::PrimitiveList
484 Type *getIndexType(Type *PtrTy) const;
97 Builder.writeTypeIndex(Record.getIndexType()); in writeArray()
304 printTypeIndex("IndexType", AT.getIndexType()); in visitArray()
1053 Type *IndexTy = DL.getIndexType(PtrTy); in FindElementAtOffset()1455 DL.getIndexType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()1840 Type *IdxType = DL.getIndexType(GEPType); in visitGetElementPtrInst()1869 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst()1910 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst()1918 Type *IndTy = DL.getIndexType(GEPType); in visitGetElementPtrInst()
769 Type *DataLayout::getIndexType(Type *Ty) const { in getIndexType() function in DataLayout
288 printTypeIndex("IndexType", AT.getIndexType()); in visitKnownRecord()
395 TypeIndex getIndexType() const { return IndexType; } in getIndexType() function
425 TypeIndex getIndexType() const { return IndexType; } in getIndexType() function
147 VkIndexType getIndexType (void) const { return VK_INDEX_TYPE_UINT32; } in getIndexType() function in vkt::synchronization::__anon7f0213210111::VertexGrid2370 vk.cmdBindIndexBuffer(cmdBuffer, m_vertices.getIndexBuffer(), 0u, m_vertices.getIndexType()); in recordCommands()2751 vk.cmdBindIndexBuffer(cmdBuffer, m_vertices.getIndexBuffer(), 0u, m_vertices.getIndexType()); in recordCommands()
4353 const rr::IndexType indexType = primitives.getIndexType(); in drawWithReference()