Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()