Searched refs:ptrSize (Results 1 – 3 of 3) sorted by relevance
1176 if (ElementSize % ptrSize || in printModuleLevelGV()1177 !aggBuffer.allSymbolsAligned(ptrSize)) { in printModuleLevelGV()1190 O << " .u" << ptrSize * 8 << " "; in printModuleLevelGV()1252 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printBytes() local1270 for (unsigned i = 0; i < ptrSize; ++i) { in printBytes()1276 pos += ptrSize; in printBytes()1283 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printWords() local1287 assert(nextSymbolPos % ptrSize == 0); in printWords()1294 assert(nextSymbolPos % ptrSize == 0); in printWords()1295 assert(nextSymbolPos >= pos + ptrSize); in printWords()[all …]
84 bool allSymbolsAligned(unsigned ptrSize) const { in allSymbolsAligned() argument86 [=](unsigned pos) { return pos % ptrSize == 0; }); in allSymbolsAligned()
6615 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef() local6616 int ptrIdxDiff = ptrSize - BitWidth; in getRangeRef()6617 if (ptrIdxDiff > 0 && ptrSize > BitWidth && NS > (unsigned)ptrIdxDiff) in getRangeRef()