Searched refs:ptrSize (Results 1 – 3 of 3) sorted by relevance
1218 if (ElementSize % ptrSize || in printModuleLevelGV()1219 !aggBuffer.allSymbolsAligned(ptrSize)) { in printModuleLevelGV()1232 O << " .u" << ptrSize * 8 << " "; in printModuleLevelGV()1294 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printBytes() local1312 for (unsigned i = 0; i < ptrSize; ++i) { in printBytes()1318 pos += ptrSize; in printBytes()1325 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printWords() local1329 assert(nextSymbolPos % ptrSize == 0); in printWords()1336 assert(nextSymbolPos % ptrSize == 0); in printWords()1337 assert(nextSymbolPos >= pos + ptrSize); in printWords()[all …]
84 bool allSymbolsAligned(unsigned ptrSize) const { in allSymbolsAligned() argument86 [=](unsigned pos) { return pos % ptrSize == 0; }); in allSymbolsAligned()
6849 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef() local6850 int ptrIdxDiff = ptrSize - BitWidth; in getRangeRef()6851 if (ptrIdxDiff > 0 && ptrSize > BitWidth && NS > (unsigned)ptrIdxDiff) in getRangeRef()