Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFPEnv.cpp37 std::optional<StringRef> convertRoundingModeToStr(RoundingMode UseRounding) { in convertRoundingModeToStr() argument
39 switch (UseRounding) { in convertRoundingModeToStr()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h1207 RoundingMode UseRounding = DefaultConstrainedRounding; in getConstrainedFPRounding() local
1210 UseRounding = *Rounding; in getConstrainedFPRounding()
1213 convertRoundingModeToStr(UseRounding); in getConstrainedFPRounding()