Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypeCache.h92 unsigned char PointerWidthInBits; member
H A DCGExpr.cpp4042 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4046 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr()
4049 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4104 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
H A DCGClass.cpp1760 Context.toCharUnitsFromBits(CGF.PointerWidthInBits).getQuantity(); in Emit()
H A DCGDebugInfo.cpp4966 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()
H A DCodeGenModule.cpp123 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0); in CodeGenModule()