Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFPEnv.h61 std::optional<StringRef> convertExceptionBehaviorToStr(fp::ExceptionBehavior);
H A DIRBuilder.h312 convertExceptionBehaviorToStr(NewExcept); in setDefaultConstrainedExcept()
1221 std::optional<StringRef> ExceptStr = convertExceptionBehaviorToStr( in getConstrainedFPExcept()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFPEnv.cpp74 convertExceptionBehaviorToStr(fp::ExceptionBehavior UseExcept) { in convertExceptionBehaviorToStr() function