Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4322 APFloat RHSRoundInt(RHS); in FoldFCmp_IntToFP_Cst() local
4323 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in FoldFCmp_IntToFP_Cst()
4324 if (RHS.compare(RHSRoundInt) != APFloat::cmpEqual) { in FoldFCmp_IntToFP_Cst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4906 APFloat RHSRoundInt(RHS); in foldFCmpIntToFPConst() local
4907 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()
4908 if (RHS.compare(RHSRoundInt) != APFloat::cmpEqual) { in foldFCmpIntToFPConst()