Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp536 Type *CompositeType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex() function in CompositeType
547 Type *CompositeType::getTypeAtIndex(unsigned Idx) const{ in getTypeAtIndex() function in CompositeType
/external/llvm/lib/IR/
DType.cpp554 Type *CompositeType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex() function in CompositeType
565 Type *CompositeType::getTypeAtIndex(unsigned Idx) const{ in getTypeAtIndex() function in CompositeType
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h339 Type *getTypeAtIndex(unsigned N) const { return getElementType(N); } in getTypeAtIndex() function
/external/llvm-project/llvm/lib/IR/
DType.cpp536 Type *StructType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex() function in StructType
DInstructions.cpp1697 Type *GetElementPtrInst::getTypeAtIndex(Type *Ty, Value *Idx) { in getTypeAtIndex() function in GetElementPtrInst
1712 Type *GetElementPtrInst::getTypeAtIndex(Type *Ty, uint64_t Idx) { in getTypeAtIndex() function in GetElementPtrInst