Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp281 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(Ty, IntOffset); in constructPointer() local
285 for (const APInt &Index : IntIndices) { in constructPointer()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1522 SmallVector<APInt> IntIndices = DL.getGEPIndicesForOffset(ElementTy, Offset); in getNaturalGEPWithOffset() local
1526 for (const APInt &Index : IntIndices) in getNaturalGEPWithOffset()