Searched refs:PtrWidth (Results 1 – 6 of 6) sorted by relevance
33 uint64_t PtrWidth; member in __anondddf11580111::WalkAST41 return (ASTC.getTypeSize(T) == PtrWidth); in isPointerSize()77 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {} in WalkAST()
718 uint32_t PtrWidth = DL->getTypeSizeInBits(Op0->getType()); in getConstantValue() local719 assert(PtrWidth <= 64 && "Bad pointer width"); in getConstantValue()720 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal)); in getConstantValue()727 uint32_t PtrWidth = DL->getTypeSizeInBits(CE->getType()); in getConstantValue() local728 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth); in getConstantValue()
1039 unsigned PtrWidth = TD->getPointerTypeSizeInBits(CE->getType()); in ConstantFoldInstOperands() local1040 if (PtrWidth < InWidth) { in ConstantFoldInstOperands()1043 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldInstOperands()
1003 CharUnits PtrWidth = in LayoutNonVirtualBases() local1009 setSize(getSize() + PtrWidth); in LayoutNonVirtualBases()
6527 unsigned PtrWidth = TLI->getPointerTypeSizeInBits(GV->getType()); in InferPtrAlignment() local6528 APInt KnownZero(PtrWidth, 0), KnownOne(PtrWidth, 0); in InferPtrAlignment()
5380 unsigned PtrWidth = getTarget().getPointerWidth(0); in EmitVAArg() local5381 llvm::IntegerType *IntTy = (PtrWidth == 32) ? CGF.Int32Ty : CGF.Int64Ty; in EmitVAArg()