Home
last modified time | relevance | path

Searched refs:getGEPIndexForOffset (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp135 Optional<APInt> Index = DL.getGEPIndexForOffset(AggTy, Offset); in read()
179 Optional<APInt> Index = DL.getGEPIndexForOffset(AggTy, Offset); in write()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp928 Optional<APInt> DataLayout::getGEPIndexForOffset(Type *&ElemTy, in getGEPIndexForOffset() function in DataLayout
967 Optional<APInt> Index = getGEPIndexForOffset(ElemTy, Offset); in getGEPIndicesForOffset()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h598 Optional<APInt> getGEPIndexForOffset(Type *&ElemTy, APInt &Offset) const;