Searched refs:NativeWidth (Results 1 – 1 of 1) sorted by relevance
31834 unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32; in shouldExpandAtomicRMWInIR() local31839 if (MemType->getPrimitiveSizeInBits() > NativeWidth) { in shouldExpandAtomicRMWInIR()31880 unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32; in lowerIdempotentRMWIntoFencedLoad() local31885 if (MemType->getPrimitiveSizeInBits() > NativeWidth) in lowerIdempotentRMWIntoFencedLoad()