Home
last modified time | relevance | path

Searched refs:PointerWidthInBits (Results 1 – 11 of 11) 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()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypeCache.h83 unsigned char PointerWidthInBits; member
DCGExpr.cpp3941 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3945 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr()
3948 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4003 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
DCGClass.cpp1780 Context.toCharUnitsFromBits(CGF.PointerWidthInBits).getQuantity(); in Emit()
DCodeGenModule.cpp119 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0); in CodeGenModule()
DCGDebugInfo.cpp4575 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()