Searched refs:APOff (Results 1 – 1 of 1) sorted by relevance
1144 APInt APOff(DL.getIndexTypeSizeInBits(GEP->getType()), 0); in replaceLDSVariablesWithStruct() local1145 GEP->stripAndAccumulateInBoundsConstantOffsets(DL, APOff); in replaceLDSVariablesWithStruct()1146 uint64_t Offset = APOff.getZExtValue(); in replaceLDSVariablesWithStruct()