Searched refs:getGEPIndicesForOffset (Results 1 – 7 of 7) sorted by relevance
592 SmallVector<APInt> getGEPIndicesForOffset(Type *&ElemTy, APInt &Offset) const;
113 DL.getGEPIndicesForOffset(TmpTy, TmpOffset); in createByteGEP()
281 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(Ty, IntOffset); in constructPointer()
961 SmallVector<APInt> DataLayout::getGEPIndicesForOffset(Type *&ElemTy, in getGEPIndicesForOffset() function in DataLayout
681 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(ElemTy, Offset); in getConstantAtOffset()971 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(ElemTy, Offset); in SymbolicallyEvaluateGEP()
1403 SmallVector<APInt> Indices = DL.getGEPIndicesForOffset(Ty, Offset); in findElementAtOffset()2060 DL.getGEPIndicesForOffset(BaseType, Offset); in visitGEPOfGEP()
1522 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(ElementTy, Offset); in getNaturalGEPWithOffset()