Searched refs:PtrWidth (Results 1 – 7 of 7) sorted by relevance
33 uint64_t PtrWidth; member in __anon03b925c20111::WalkAST41 return (ASTC.getTypeSize(T) == PtrWidth); in isPointerSize()77 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()
740 uint32_t PtrWidth = DL.getTypeSizeInBits(Op0->getType()); in getConstantValue() local741 assert(PtrWidth <= 64 && "Bad pointer width"); in getConstantValue()742 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal)); in getConstantValue()749 uint32_t PtrWidth = DL.getTypeSizeInBits(CE->getType()); in getConstantValue() local750 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth); in getConstantValue()
1038 unsigned PtrWidth = DL.getPointerTypeSizeInBits(CE->getType()); in ConstantFoldInstOperands() local1039 if (PtrWidth < InWidth) { in ConstantFoldInstOperands()1042 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldInstOperands()
1020 CharUnits PtrWidth = in LayoutNonVirtualBases() local1026 setSize(getSize() + PtrWidth); in LayoutNonVirtualBases()
7069 unsigned PtrWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in InferPtrAlignment() local7070 APInt KnownZero(PtrWidth, 0), KnownOne(PtrWidth, 0); in InferPtrAlignment()
6224 unsigned PtrWidth = getTarget().getPointerWidth(0); in EmitVAArg() local6228 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()