Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7257 APFloat RHSRoundInt(RHS); in foldFCmpIntToFPConst() local
7258 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()
7259 if (RHS != RHSRoundInt) { in foldFCmpIntToFPConst()