Home
last modified time | relevance | path

Searched refs:getIndexType (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h88 IntegerType *getIndexType() const { in getIndexType() function
93 return ConstantInt::get(getIndexType(), Value); in getIndex()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp47 return Session.getSymbolCache().findSymbolByTypeIndex(Record.getIndexType()); in getArrayIndexTypeId()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h492 Type *getIndexType(Type *PtrTy) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1061 Type *IndexTy = DL.getIndexType(PtrTy); in FindElementAtOffset()
1570 DL.getIndexType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
1955 Type *IdxType = DL.getIndexType(GEPType); in visitGetElementPtrInst()
1984 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst()
2025 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst()
2033 Type *IndTy = DL.getIndexType(GEPType); in visitGetElementPtrInst()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp288 printTypeIndex("IndexType", AT.getIndexType()); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp777 Type *DataLayout::getIndexType(Type *Ty) const { in getIndexType() function in DataLayout
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h412 TypeIndex getIndexType() const { return IndexType; } in getIndexType() function