Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1098 int64_t ElementTypeSizeOfGEP = static_cast<int64_t>( in splitGEP() local
1101 if (AccumulativeByteOffset % ElementTypeSizeOfGEP == 0) { in splitGEP()
1104 int64_t Index = AccumulativeByteOffset / ElementTypeSizeOfGEP; in splitGEP()