Home
last modified time | relevance | path

Searched refs:PointerWidthInBits (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTypeCache.h77 unsigned char PointerWidthInBits; member
DCGExpr.cpp3067 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()
DCodeGenModule.cpp102 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0); in CodeGenModule()
108 IntPtrTy = llvm::IntegerType::get(LLVMContext, PointerWidthInBits); in CodeGenModule()
DCGClass.cpp1796 Context.toCharUnitsFromBits(CGF.PointerWidthInBits).getQuantity(); in Emit()
DCGExprScalar.cpp2432 if (width != CGF.PointerWidthInBits) { in emitPointerArithmetic()
DCGDebugInfo.cpp3476 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()