Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold.cpp260 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 DTypeProperties.td106 def : Property<"sizeValue", APInt> {
114 return ctx.getConstantArrayType(elementType, sizeValue, size,
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp1102 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 DCGExprScalar.cpp2784 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()