Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp136 APFloat NegSmallest = Smallest; in convertFCmp() local
137 NegSmallest.changeSign(); in convertFCmp()
152 } else if (Const->isExactlyValue(NegSmallest)) { in convertFCmp()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPFloatTest.cpp3478 APFloat NegSmallest = APFloat::getSmallest(APFloat::IEEEdouble(), true); in TEST() local
3538 Frac = frexp(NegSmallest, Exp, RM); in TEST()