Searched refs:sizeValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 128 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 D | CGExprScalar.cpp | 3349 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()
|