Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()