Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5071 APFloat RHSRoundInt(RHS); in foldFCmpIntToFPConst() local
5072 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()
5073 if (RHS.compare(RHSRoundInt) != APFloat::cmpEqual) { in foldFCmpIntToFPConst()