Searched refs:ExceptStr (Results 1 – 2 of 2) sorted by relevance
75 std::optional<StringRef> ExceptStr; in convertExceptionBehaviorToStr() local78 ExceptStr = "fpexcept.strict"; in convertExceptionBehaviorToStr()81 ExceptStr = "fpexcept.ignore"; in convertExceptionBehaviorToStr()84 ExceptStr = "fpexcept.maytrap"; in convertExceptionBehaviorToStr()87 return ExceptStr; in convertExceptionBehaviorToStr()
322 std::optional<StringRef> ExceptStr = in setDefaultConstrainedExcept() 324 assert(ExceptStr && "Garbage strict exception behavior!"); in setDefaultConstrainedExcept() 1311 std::optional<StringRef> ExceptStr = convertExceptionBehaviorToStr( in getConstrainedFPPredicate() 1313 assert(ExceptStr && "Garbage strict exception behavior!"); in getConstrainedFPPredicate() 1314 auto *ExceptMDS = MDString::get(Context, *ExceptStr); in getConstrainedFPPredicate() 319 std::optional<StringRef> ExceptStr = setDefaultConstrainedExcept() local 1300 std::optional<StringRef> ExceptStr = convertExceptionBehaviorToStr( getConstrainedFPExcept() local