Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp140 APFloat NegSmallest = Smallest; in convertFCmp() local
141 NegSmallest.changeSign(); in convertFCmp()
156 } else if (Const->isExactlyValue(NegSmallest)) { in convertFCmp()