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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1065 // unsigned.. Therefore, we cast ElementTypeSizeOfGEP to signed because it is
1067 int64_t ElementTypeSizeOfGEP = static_cast<int64_t>( local
1070 if (AccumulativeByteOffset % ElementTypeSizeOfGEP == 0) {
1073 int64_t Index = AccumulativeByteOffset / ElementTypeSizeOfGEP;

Completed in 110 milliseconds