Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2729 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; fastLowerIntrinsicCall() local
2744 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; fastLowerIntrinsicCall() local
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4727 unsigned SizeWidth = ELFT::Is64Bits ? 8 : 7; printProgramHeaders() local