Searched refs:LargestSize (Results 1 – 2 of 2) sorted by relevance
537 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local538 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
1461 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local1464 Size <= LargestSize; in canUseSizedAtomicCall()