Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp136 std::optional<APInt> Index = DL.getGEPIndexForOffset(AggTy, Offset); in read()
180 std::optional<APInt> Index = DL.getGEPIndexForOffset(AggTy, Offset); in write()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp940 std::optional<APInt> DataLayout::getGEPIndexForOffset(Type *&ElemTy, in getGEPIndexForOffset() function in DataLayout
976 std::optional<APInt> Index = getGEPIndexForOffset(ElemTy, Offset); in getGEPIndicesForOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h601 LLVM_ABI std::optional<APInt> getGEPIndexForOffset(Type *&ElemTy,