Home
last modified time | relevance | path

Searched refs:getStructType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h164 StructType *getStructType() const { return cast<StructType *>(CurTy); } in getStructType() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp849 StructType *StTy = GTI.getStructType(); in accumulateByteOffset()