Searched refs:PtrWidth (Results 1 – 9 of 9) sorted by relevance
33 uint64_t PtrWidth; member in __anonf14434800111::WalkAST41 return (ASTC.getTypeSize(T) == PtrWidth); in isPointerSize()76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {} in WalkAST()
61 unsigned PtrWidth = 2 + 2 * sizeof(void *); in format_ptr() local62 return format_hex((uint64_t)PC, PtrWidth); in format_ptr()
637 uint32_t PtrWidth = TD->getPointerSizeInBits(); in getConstantValue() local638 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal)); in getConstantValue()643 uint32_t PtrWidth = TD->getPointerSizeInBits(); in getConstantValue() local644 if (PtrWidth != GV.IntVal.getBitWidth()) in getConstantValue()645 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth); in getConstantValue()
735 uint32_t PtrWidth = DL.getTypeSizeInBits(Op0->getType()); in getConstantValue() local736 assert(PtrWidth <= 64 && "Bad pointer width"); in getConstantValue()737 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal)); in getConstantValue()744 uint32_t PtrWidth = DL.getTypeSizeInBits(CE->getType()); in getConstantValue() local745 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth); in getConstantValue()
1194 unsigned PtrWidth = DL.getPointerTypeSizeInBits(CE->getType()); in ConstantFoldCastOperand() local1195 if (PtrWidth < InWidth) { in ConstantFoldCastOperand()1198 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldCastOperand()
1020 CharUnits PtrWidth = in LayoutNonVirtualBases() local1026 setSize(getSize() + PtrWidth); in LayoutNonVirtualBases()
7025 unsigned PtrWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in InferPtrAlignment() local7026 APInt KnownZero(PtrWidth, 0), KnownOne(PtrWidth, 0); in InferPtrAlignment()
6482 unsigned PtrWidth = getTarget().getPointerWidth(0); in EmitVAArg() local6486 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()