Home
last modified time | relevance | path

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

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