Searched refs:ptrSize (Results 1 – 3 of 3) sorted by relevance
1174 unsigned int ptrSize = MAI->getCodePointerSize(); in printModuleLevelGV() local1175 if (ElementSize % ptrSize || in printModuleLevelGV()1176 !aggBuffer.allSymbolsAligned(ptrSize)) { in printModuleLevelGV()1189 O << " .u" << ptrSize * 8 << " "; in printModuleLevelGV()1191 O << "[" << ElementSize / ptrSize << "] = {"; in printModuleLevelGV()1251 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printBytes() local1269 for (unsigned i = 0; i < ptrSize; ++i) { in printBytes()1275 pos += ptrSize; in printBytes()1282 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printWords() local1286 assert(nextSymbolPos % ptrSize == 0); in printWords()[all …]
84 bool allSymbolsAligned(unsigned ptrSize) const { in allSymbolsAligned() argument86 [=](unsigned pos) { return pos % ptrSize == 0; }); in allSymbolsAligned()
6838 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef() local6839 int ptrIdxDiff = ptrSize - BitWidth; in getRangeRef()6840 if (ptrIdxDiff > 0 && ptrSize > BitWidth && NS > (unsigned)ptrIdxDiff) in getRangeRef()