Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeProperties.td106 def : Property<"sizeValue", APInt> {
114 return ctx.getConstantArrayType(elementType, sizeValue, size,
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp2721 llvm::Value *sizeValue = in EmitScalarPrePostIncDec() local
2725 value = Builder.CreateGEP(CGF.Int8Ty, value, sizeValue, "incdec.objptr"); in EmitScalarPrePostIncDec()
2727 value = CGF.EmitCheckedInBoundsGEP(value, sizeValue, in EmitScalarPrePostIncDec()