Home
last modified time | relevance | path

Searched defs:getTypeAtIndex (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefMemorySlot.cpp324 Type getTypeAtIndex(Type type, Attribute index) const { in getTypeAtIndex() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMMemorySlot.cpp425 static Type getTypeAtIndex(const DestructurableMemorySlot &slot, in getTypeAtIndex() function
1412 Type LLVM::LLVMStructType::getTypeAtIndex(Attribute index) { getTypeAtIndex() function in LLVM::LLVMStructType
1437 Type LLVM::LLVMArrayType::getTypeAtIndex(Attribute index) const { getTypeAtIndex() function in LLVM::LLVMArrayType
/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h348 Type *getTypeAtIndex(unsigned N) const { return getElementType(N); } getTypeAtIndex() function
/llvm-project/llvm/lib/IR/
H A DType.cpp612 Type *StructType::getTypeAtIndex(const Value *V) const { getTypeAtIndex() function in StructType
H A DInstructions.cpp1476 Type *GetElementPtrInst::getTypeAtIndex(Type *Ty, Value *Idx) { getTypeAtIndex() function in GetElementPtrInst
1491 Type *GetElementPtrInst::getTypeAtIndex(Type *Ty, uint64_t Idx) { getTypeAtIndex() function in GetElementPtrInst