Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h77 inline bool canRoundingModeBe(RoundingMode RM, RoundingMode QRM) { in canRoundingModeBe() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5668 (!canRoundingModeBe(Rounding, RoundingMode::TowardNegative) || in simplifyFAddInst()
5730 (!canRoundingModeBe(Rounding, RoundingMode::TowardNegative) || in simplifyFSubInst()