Home
last modified time | relevance | path

Searched refs:IntIndices (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp112 SmallVector<APInt> IntIndices = in createByteGEP() local
121 IntIndices.push_back(APInt::getZero( in createByteGEP()
127 for (const APInt &Index : IntIndices) in createByteGEP()
H A DAttributorAttributes.cpp283 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(Ty, IntOffset); in constructPointer() local
287 for (const APInt &Index : IntIndices) { in constructPointer()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1754 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(ElementTy, Offset); in getNaturalGEPWithOffset() local
1758 for (const APInt &Index : IntIndices) in getNaturalGEPWithOffset()