Searched refs:PointerWidthInBits (Results 1 – 4 of 4) sorted by relevance
92 unsigned char PointerWidthInBits; member
4447 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()4451 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitArraySectionExpr()4455 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()4511 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()
5324 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()
358 PointerWidthInBits = C.getTargetInfo().getPointerWidth(LangAS::Default); in CodeGenModule()