Home
last modified time | relevance | path

Searched defs:getRoundingMode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h360 llvm::RoundingMode getRoundingMode(const Expr *E) const { in getRoundingMode() function
H A DInterp.h418 static inline llvm::RoundingMode getRoundingMode(FPOptions FPO) { in getRoundingMode() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp276 std::optional<RoundingMode> ConstrainedFPIntrinsic::getRoundingMode() const { in getRoundingMode() function in ConstrainedFPIntrinsic
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h955 RoundingMode getRoundingMode() const { in getRoundingMode() function