Searched refs:NativeWidth (Results 1 – 1 of 1) sorted by relevance
25136 unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32; in shouldExpandAtomicRMWInIR() local25141 if (MemType->getPrimitiveSizeInBits() > NativeWidth) { in shouldExpandAtomicRMWInIR()25175 unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32; in lowerIdempotentRMWIntoFencedLoad() local25180 if (MemType->getPrimitiveSizeInBits() > NativeWidth) in lowerIdempotentRMWIntoFencedLoad()