Home
last modified time | relevance | path

Searched defs:ToInt64 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dfold.h85 constexpr std::optional<std::int64_t> ToInt64( in ToInt64() function
99 std::optional<std::int64_t> ToInt64(const std::optional<A> &x) { in ToInt64() function
107 template <typename A> std::optional<std::int64_t> ToInt64(const A *p) { in ToInt64() function
H A Dinteger.h488 constexpr std::int64_t ToInt64() const { in ToInt64() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-integer.cpp1140 std::optional<std::int64_t> ToInt64(const Expr<SomeInteger> &expr) { in ToInt64() function
1145 std::optional<std::int64_t> ToInt64(const Expr<SomeType> &expr) { in ToInt64() function