Searched refs:SizeWidth (Results 1 – 5 of 5) sorted by relevance
1382 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in X86VisitIntrinsicCall() local1383 if (!MCI.getLength()->getType()->isIntegerTy(SizeWidth)) in X86VisitIntrinsicCall()1397 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in X86VisitIntrinsicCall() local1398 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth)) in X86VisitIntrinsicCall()
2580 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local2581 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()2595 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local2596 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2758 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local2759 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()2773 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local2774 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2896 unsigned SizeWidth = ELFT::Is64Bits ? 8 : 7; in printProgramHeaders() local2919 FileSz = to_string(format_hex(Phdr.p_filesz, SizeWidth)); in printProgramHeaders()2920 MemSz = to_string(format_hex(Phdr.p_memsz, SizeWidth)); in printProgramHeaders()
3246 unsigned SizeWidth = ELFT::Is64Bits ? 8 : 7; in printProgramHeaders() local3269 FileSz = to_string(format_hex(Phdr.p_filesz, SizeWidth)); in printProgramHeaders()3270 MemSz = to_string(format_hex(Phdr.p_memsz, SizeWidth)); in printProgramHeaders()