Searched refs:getGEPIndicesForOffset (Results 1 – 7 of 7) sorted by relevance
595 SmallVector<APInt> getGEPIndicesForOffset(Type *&ElemTy, APInt &Offset) const;
113 DL.getGEPIndicesForOffset(TmpTy, TmpOffset); in createByteGEP()
283 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(Ty, IntOffset); in constructPointer()
965 SmallVector<APInt> DataLayout::getGEPIndicesForOffset(Type *&ElemTy, in getGEPIndicesForOffset() function in DataLayout
681 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(ElemTy, Offset); in getConstantAtOffset()970 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(ElemTy, Offset); in SymbolicallyEvaluateGEP()
1390 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(Ty, Offset); in findElementAtOffset()2075 DL.getGEPIndicesForOffset(BaseType, Offset); in visitGEPOfGEP()
1754 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(ElementTy, Offset); in getNaturalGEPWithOffset()