Home
last modified time | relevance | path

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

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