Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h302 static constexpr ValueWithOverflow ConvertSigned(const FROM &that) { in ConvertSigned() function
310 auto back{FROM::template ConvertSigned(result.value)}; in ConvertSigned()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h1601 auto converted{Scalar<TO>::ConvertSigned(*value)}; in FoldOperation()