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.td125 def : Property<"sizeValue", APInt> {
133 return ctx.getConstantArrayType(elementType, sizeValue, size,
141 ctx.getConstantArrayType(elementType,sizeValue,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3093 llvm::Value *sizeValue = in EmitScalarPrePostIncDec() local
3097 value = Builder.CreateGEP(CGF.Int8Ty, value, sizeValue, "incdec.objptr"); in EmitScalarPrePostIncDec()
3100 CGF.Int8Ty, value, sizeValue, /*SignedIndices=*/false, isSubtraction, in EmitScalarPrePostIncDec()