Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h477 constexpr SINT ToSInt() const { in ToSInt() function
489 return ToSInt<std::int64_t, std::uint64_t>(); in ToInt64()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIterationSpace.cpp270 return static_cast<unsigned>(x.ToSInt()); in getHashValue()