Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h57 std::optional<fp::ExceptionBehavior> convertStrToExceptionBehavior(StringRef);
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp65 convertStrToExceptionBehavior(StringRef ExceptionArg) { in convertStrToExceptionBehavior() function
H A DIntrinsicInst.cpp323 return convertStrToExceptionBehavior(cast<MDString>(MD)->getString()); in isDefaultFPEnvironment()