Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h329 std::optional<StringRef> RoundingStr = in setDefaultConstrainedRounding() local
331 assert(RoundingStr && "Garbage strict rounding mode!"); in setDefaultConstrainedRounding()
1291 std::optional<StringRef> RoundingStr = in getConstrainedFPRounding() local
1293 assert(RoundingStr && "Garbage strict rounding mode!"); in getConstrainedFPRounding()
1294 auto *RoundingMDS = MDString::get(Context, *RoundingStr); in getConstrainedFPRounding()