Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1493 APInt NumSkippedElements = Offset.sdiv(ElementSize); in getNaturalGEPRecursively() local
1496 Offset -= NumSkippedElements * ElementSize; in getNaturalGEPRecursively()
1497 Indices.push_back(IRB.getInt(NumSkippedElements)); in getNaturalGEPRecursively()
1506 APInt NumSkippedElements = Offset.sdiv(ElementSize); in getNaturalGEPRecursively() local
1510 Offset -= NumSkippedElements * ElementSize; in getNaturalGEPRecursively()
1511 Indices.push_back(IRB.getInt(NumSkippedElements)); in getNaturalGEPRecursively()
1565 APInt NumSkippedElements = Offset.sdiv(ElementSize); in getNaturalGEPWithOffset() local
1567 Offset -= NumSkippedElements * ElementSize; in getNaturalGEPWithOffset()
1568 Indices.push_back(IRB.getInt(NumSkippedElements)); in getNaturalGEPWithOffset()
3694 if (NumSkippedElements >= TyNumElements) in getTypePartition()
[all …]