Searched refs:IntIndices (Results 1 – 3 of 3) sorted by relevance
112 SmallVector<APInt> IntIndices = in createByteGEP() local121 IntIndices.push_back(APInt::getZero( in createByteGEP()127 for (const APInt &Index : IntIndices) in createByteGEP()
283 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(Ty, IntOffset); in constructPointer() local287 for (const APInt &Index : IntIndices) { in constructPointer()
1754 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(ElementTy, Offset); in getNaturalGEPWithOffset() local1758 for (const APInt &Index : IntIndices) in getNaturalGEPWithOffset()