Searched refs:PointerWidthInBits (Results 1 – 6 of 6) sorted by relevance
77 unsigned char PointerWidthInBits; member
3067 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()3071 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr()3073 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()3125 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
102 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0); in CodeGenModule()108 IntPtrTy = llvm::IntegerType::get(LLVMContext, PointerWidthInBits); in CodeGenModule()
1796 Context.toCharUnitsFromBits(CGF.PointerWidthInBits).getQuantity(); in Emit()
2432 if (width != CGF.PointerWidthInBits) { in emitPointerArithmetic()
3476 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()