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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1018 // unsigned.. Therefore, we cast ElementTypeSizeOfGEP to signed because it is
1020 int64_t ElementTypeSizeOfGEP = static_cast<int64_t>( local
1023 if (AccumulativeByteOffset % ElementTypeSizeOfGEP == 0) {
1026 int64_t Index = AccumulativeByteOffset / ElementTypeSizeOfGEP;

Completed in 43 milliseconds