Searched defs:SizeWidth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2257 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; local
2258 if (!MCI.getLength()->getType()->isIntegerTy(SizeWidth))
2272 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; local
2273 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth))

Completed in 71 milliseconds