Searched refs:convertStrToExceptionBehavior (Results 1 – 4 of 4) sorted by relevance
57 std::optional<fp::ExceptionBehavior> convertStrToExceptionBehavior(StringRef);
65 convertStrToExceptionBehavior(StringRef ExceptionArg) { in convertStrToExceptionBehavior() function
296 return convertStrToExceptionBehavior(cast<MDString>(MD)->getString());
1450 llvm::convertStrToExceptionBehavior(mdstr->getString()); in convertInstruction()