Searched defs:getTypeAtIndex (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DerivedTypes.h | 348 Type *getTypeAtIndex(unsigned N) const { return getElementType(N); } in getTypeAtIndex() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 612 Type *StructType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex() function in StructType |
H A D | Instructions.cpp | 1725 Type *GetElementPtrInst::getTypeAtIndex(Type *Ty, Value *Idx) { getTypeAtIndex() function in GetElementPtrInst |