Home | History | Annotate | Download | only in X86

Lines Matching refs:NativeWidth

24137   unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32;
24142 if (MemType->getPrimitiveSizeInBits() > NativeWidth) {
24176 unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32;
24181 if (MemType->getPrimitiveSizeInBits() > NativeWidth)