Searched refs:convertRoundingModeToStr (Results 1 – 3 of 3) sorted by relevance
53 std::optional<StringRef> convertRoundingModeToStr(RoundingMode);
333 convertRoundingModeToStr(NewRounding); in setDefaultConstrainedRounding()1303 convertRoundingModeToStr(UseRounding); in getConstrainedFPRounding()
37 std::optional<StringRef> convertRoundingModeToStr(RoundingMode UseRounding) { in convertRoundingModeToStr() function