Searched refs:LargestSize (Results 1 – 3 of 3) sorted by relevance
565 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local566 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
569 uptr LargestSize GUARDED_BY(Mutex) = 0;694 if (LargestSize < CommitSize) in allocate()695 LargestSize = CommitSize; in allocate()727 (AllocatedBytes - FreedBytes) >> 10, LargestSize >> 20, in getStats()
1682 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local1685 Size <= LargestSize; in canUseSizedAtomicCall()