Searched refs:AsConstant (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | initial-image.cpp | 123 if (Result value{image_.AsConstant(context_, *componentType, in Test() 189 std::optional<Expr<SomeType>> InitialImage::AsConstant(FoldingContext &context, in AsConstant() function in Fortran::evaluate::InitialImage
|
| H A D | fold.cpp | 270 return image.AsConstant(context, *moldType, *extents, true /*pad with 0*/); in FoldTransfer()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | initial-image.h | 107 std::optional<Expr<SomeType>> AsConstant(FoldingContext &,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | data-to-inits.cpp | 544 if (auto extant{init.image.AsConstant(foldingContext, *dyType, in PopulateWithComponentDefaults() 882 initialization.image.AsConstant(context, *symbolType, *extents)); in ConstructInitializer()
|