Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h57 std::optional<fp::ExceptionBehavior> convertStrToExceptionBehavior(StringRef);
/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp65 convertStrToExceptionBehavior(StringRef ExceptionArg) { in convertStrToExceptionBehavior() function
H A DIntrinsicInst.cpp296 return convertStrToExceptionBehavior(cast<MDString>(MD)->getString());
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp1450 llvm::convertStrToExceptionBehavior(mdstr->getString()); in convertInstruction()