Home | History | Annotate | Download | only in X86

Lines Matching refs:NativeWidth

20591   unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32;
20596 if (MemType->getPrimitiveSizeInBits() > NativeWidth) {
20630 unsigned NativeWidth = Subtarget.is64Bit() ? 64 : 32;
20635 if (MemType->getPrimitiveSizeInBits() > NativeWidth)