Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h77 inline bool canRoundingModeBe(RoundingMode RM, RoundingMode QRM) { in canRoundingModeBe() argument
78 return RM == QRM || RM == RoundingMode::Dynamic; in canRoundingModeBe()