Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp38 std::optional<StringRef> RoundingStr; in convertRoundingModeToStr() local
41 RoundingStr = "round.dynamic"; in convertRoundingModeToStr()
44 RoundingStr = "round.tonearest"; in convertRoundingModeToStr()
47 RoundingStr = "round.tonearestaway"; in convertRoundingModeToStr()
50 RoundingStr = "round.downward"; in convertRoundingModeToStr()
53 RoundingStr = "round.upward"; in convertRoundingModeToStr()
56 RoundingStr = "round.towardzero"; in convertRoundingModeToStr()
61 return RoundingStr; in convertRoundingModeToStr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h332 std::optional<StringRef> RoundingStr = in setDefaultConstrainedRounding() local
334 assert(RoundingStr && "Garbage strict rounding mode!"); in setDefaultConstrainedRounding()
1302 std::optional<StringRef> RoundingStr = in getConstrainedFPRounding() local
1304 assert(RoundingStr && "Garbage strict rounding mode!"); in getConstrainedFPRounding()
1305 auto *RoundingMDS = MDString::get(Context, *RoundingStr); in getConstrainedFPRounding()