Searched refs:ElementTypeSizeOfGEP (Results 1 – 1 of 1) sorted by relevance
1098 int64_t ElementTypeSizeOfGEP = static_cast<int64_t>( in splitGEP() local1101 if (AccumulativeByteOffset % ElementTypeSizeOfGEP == 0) { in splitGEP()1104 int64_t Index = AccumulativeByteOffset / ElementTypeSizeOfGEP; in splitGEP()