Home
last modified time | relevance | path

Searched refs:SizeWidth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1921 unsigned SizeWidth : 5;
3705 ConstantArrayTypeBits.SizeWidth = Width / 8;
3716 ConstantArrayTypeBits.SizeWidth = 0;
3734 ConstantArrayTypeBits.SizeWidth = ATy->ConstantArrayTypeBits.SizeWidth;
3745 : llvm::APInt(ConstantArrayTypeBits.SizeWidth * 8, Size);
3752 : static_cast<unsigned>(ConstantArrayTypeBits.SizeWidth * 8);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2767 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2768 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2782 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2783 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4792 unsigned SizeWidth = ELFT::Is64Bits ? 8 : 7; in printProgramHeaders() local
4806 Fields[4].Str = to_string(format_hex(Phdr.p_filesz, SizeWidth)); in printProgramHeaders()
4807 Fields[5].Str = to_string(format_hex(Phdr.p_memsz, SizeWidth)); in printProgramHeaders()