Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFPEnv.h61 std::optional<StringRef> convertExceptionBehaviorToStr(fp::ExceptionBehavior);
HDIRBuilder.h323 convertExceptionBehaviorToStr(NewExcept); in setDefaultConstrainedExcept()
1311 std::optional<StringRef> ExceptStr = convertExceptionBehaviorToStr( in getConstrainedFPExcept()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDFPEnv.cpp74 convertExceptionBehaviorToStr(fp::ExceptionBehavior UseExcept) { in convertExceptionBehaviorToStr() function