Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp135 std::optional<APInt> Index = DL.getGEPIndexForOffset(AggTy, Offset); in read()
179 std::optional<APInt> Index = DL.getGEPIndexForOffset(AggTy, Offset); in write()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp968 std::optional<APInt> DataLayout::getGEPIndexForOffset(Type *&ElemTy, in getGEPIndexForOffset() function in DataLayout
1004 std::optional<APInt> Index = getGEPIndexForOffset(ElemTy, Offset); in getGEPIndicesForOffset()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h598 std::optional<APInt> getGEPIndexForOffset(Type *&ElemTy, APInt &Offset) const;