Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h592 SmallVector<APInt> getGEPIndicesForOffset(Type *&ElemTy, APInt &Offset) const;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp113 DL.getGEPIndicesForOffset(TmpTy, TmpOffset); in createByteGEP()
H A DAttributorAttributes.cpp281 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(Ty, IntOffset); in constructPointer()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp961 SmallVector<APInt> DataLayout::getGEPIndicesForOffset(Type *&ElemTy, in getGEPIndicesForOffset() function in DataLayout
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp681 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(ElemTy, Offset); in getConstantAtOffset()
971 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(ElemTy, Offset); in SymbolicallyEvaluateGEP()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1403 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(Ty, Offset); in findElementAtOffset()
2060 DL.getGEPIndicesForOffset(BaseType, Offset); in visitGEPOfGEP()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1522 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(ElementTy, Offset); in getNaturalGEPWithOffset()