Searched refs:sizeValue (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | TypeProperties.td | 106 def : Property<"sizeValue", APInt> { 114 return ctx.getConstantArrayType(elementType, sizeValue, size,
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGExprScalar.cpp | 2807 llvm::Value *sizeValue = in EmitScalarPrePostIncDec() local 2811 value = Builder.CreateGEP(CGF.Int8Ty, value, sizeValue, "incdec.objptr"); in EmitScalarPrePostIncDec() 2814 CGF.Int8Ty, value, sizeValue, /*SignedIndices=*/false, isSubtraction, in EmitScalarPrePostIncDec()
|