Home
last modified time | relevance | path

Searched refs:AddSigned (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-reduction.h199 auto sum{element.AddSigned(array->At(at))}; in FoldSum()
H A Dfold-integer.cpp251 element = element.AddSigned(Scalar<T>{1}).value; in FoldCount()
H A Dfold-implementation.h1758 auto sum{folded->first.AddSigned(folded->second)}; in FoldOperation()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dinteger.cpp176 auto ssum{a.AddSigned(b)}; in exhaustiveTesting()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h771 constexpr ValueWithOverflow AddSigned(const Integer &y) const { in AddSigned() function