Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3863 APFloat RHSRoundInt(RHS); in FoldFCmp_IntToFP_Cst() local
3864 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in FoldFCmp_IntToFP_Cst()
3865 if (RHS.compare(RHSRoundInt) != APFloat::cmpEqual) { in FoldFCmp_IntToFP_Cst()