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/
DArgumentPromotion.cpp112 SmallVector<APInt> IntIndices = in createByteGEP() local
121 IntIndices.push_back(APInt::getZero( in createByteGEP()
127 for (const APInt &Index : IntIndices) in createByteGEP()
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/
DSROA.cpp1754 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(ElementTy, Offset); in getNaturalGEPWithOffset() local
1758 for (const APInt &Index : IntIndices) in getNaturalGEPWithOffset()