Home | History | Annotate | Download | only in X86

Lines Matching refs:SizeWidth

2580     unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32;
2581 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth))
2595 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32;
2596 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth))