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