Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h348 Type *getTypeAtIndex(unsigned N) const { return getElementType(N); } in getTypeAtIndex() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp612 Type *StructType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex() function in StructType
H A DInstructions.cpp1476 Type *GetElementPtrInst::getTypeAtIndex(Type *Ty, Value *Idx) { in getTypeAtIndex() function in GetElementPtrInst
1491 Type *GetElementPtrInst::getTypeAtIndex(Type *Ty, uint64_t Idx) { in getTypeAtIndex() function in GetElementPtrInst