Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFPEnv.h53 std::optional<StringRef> convertRoundingModeToStr(RoundingMode);
H A DIRBuilder.h322 convertRoundingModeToStr(NewRounding); in setDefaultConstrainedRounding()
1213 convertRoundingModeToStr(UseRounding); in getConstrainedFPRounding()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFPEnv.cpp37 std::optional<StringRef> convertRoundingModeToStr(RoundingMode UseRounding) { in convertRoundingModeToStr() function