Home
last modified time | relevance | path

Searched refs:sizeValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td106 def : Property<"sizeValue", APInt> {
114 return ctx.getConstantArrayType(elementType, sizeValue, size,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2822 llvm::Value *sizeValue = in EmitScalarPrePostIncDec() local
2826 value = Builder.CreateGEP(CGF.Int8Ty, value, sizeValue, "incdec.objptr"); in EmitScalarPrePostIncDec()
2829 CGF.Int8Ty, value, sizeValue, /*SignedIndices=*/false, isSubtraction, in EmitScalarPrePostIncDec()