Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertType.cpp177 toInt64(std::move(extentExpr))) in translateShape()
184 std::optional<std::int64_t> toInt64(A &&expr) { in toInt64() function
232 int kind = toInt64(Fortran::common::Clone(tySpec->kind())).value(); in genSymbolType()
358 if (auto len = toInt64(std::move(designator.LEN()))) in getCharacterLengthHelper()
380 toInt64(Fortran::common::Clone(type->AsIntrinsic()->kind())).value(); in getCharacterLength()
399 if (auto constantLen = toInt64(charExpr.LEN())) in getCharacterLength()
H A DCallInterface.cpp801 toInt64(dynamicType.GetCharLength())) in translateDynamicType()
972 if (std::optional<std::int64_t> i = toInt64(extent)) in getBounds()
979 toInt64(std::optional< in toInt64() function in Fortran::lower::CallInterfaceImpl