Searched refs:NativeWidth (Results 1 – 1 of 1) sorted by relevance
32090 unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32; in shouldExpandAtomicRMWInIR() local32095 if (MemType->getPrimitiveSizeInBits() > NativeWidth) { in shouldExpandAtomicRMWInIR()32138 unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32; in lowerIdempotentRMWIntoFencedLoad() local32143 if (MemType->getPrimitiveSizeInBits() > NativeWidth) in lowerIdempotentRMWIntoFencedLoad()