Home
last modified time | relevance | path

Searched refs:moldElementBytes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dmisc-intrinsic.cpp62 if (std::size_t moldElementBytes{mold.ElementBytes()}) { in RTNAME() local
64 (sourceElementBytes + moldElementBytes - 1) / moldElementBytes); in RTNAME()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp948 if (auto moldElementBytes{ in operator ()() local
951 *moldElementBytes = in operator ()()
952 Fold(*context_, std::move(*moldElementBytes)); in operator ()()
953 auto moldElementBytesConst{ToInt64(*moldElementBytes)}; in operator ()()
957 common::Clone(*moldElementBytes) - ExtentExpr{1}) / in operator ()()
958 common::Clone(*moldElementBytes))}; in operator ()()