Searched refs:sizeValue (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold.cpp | 260 if (auto sizeValue{ToInt64(*sizeExpr)}) { in FoldTransfer() local 261 extents = ConstantSubscripts{*sizeValue}; in FoldTransfer()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 106 def : Property<"sizeValue", APInt> { 114 return ctx.getConstantArrayType(elementType, sizeValue, size,
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 1102 auto sizeValue = in genIOReadSize() local 1110 mlir::Value sizeCast = builder.createConvert(loc, varType, sizeValue); in genIOReadSize()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 2784 llvm::Value *sizeValue = in EmitScalarPrePostIncDec() local 2788 value = Builder.CreateGEP(CGF.Int8Ty, value, sizeValue, "incdec.objptr"); in EmitScalarPrePostIncDec() 2791 CGF.Int8Ty, value, sizeValue, /*SignedIndices=*/false, isSubtraction, in EmitScalarPrePostIncDec()
|