Home | History | Annotate | Download | only in X86

Lines Matching refs:SizeWidth

1382     unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32;
1383 if (!MCI.getLength()->getType()->isIntegerTy(SizeWidth))
1397 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32;
1398 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth))