Home
last modified time | relevance | path

Searched refs:getGEPIndicesForOffset (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h595 SmallVector<APInt> getGEPIndicesForOffset(Type *&ElemTy, APInt &Offset) const;
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp113 DL.getGEPIndicesForOffset(TmpTy, TmpOffset); in createByteGEP()
H A DAttributorAttributes.cpp283 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(Ty, IntOffset); in constructPointer()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp965 SmallVector<APInt> DataLayout::getGEPIndicesForOffset(Type *&ElemTy, in getGEPIndicesForOffset() function in DataLayout
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp681 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(ElemTy, Offset); in getConstantAtOffset()
970 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(ElemTy, Offset); in SymbolicallyEvaluateGEP()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1390 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(Ty, Offset); in findElementAtOffset()
2075 DL.getGEPIndicesForOffset(BaseType, Offset); in visitGEPOfGEP()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1754 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(ElementTy, Offset); in getNaturalGEPWithOffset()