Searched refs:ExceptStr (Results 1 – 2 of 2) sorted by relevance
63 Optional<StringRef> ExceptStr = None; in ExceptionBehaviorToStr() local66 ExceptStr = "fpexcept.strict"; in ExceptionBehaviorToStr()69 ExceptStr = "fpexcept.ignore"; in ExceptionBehaviorToStr()72 ExceptStr = "fpexcept.maytrap"; in ExceptionBehaviorToStr()75 return ExceptStr; in ExceptionBehaviorToStr()
1191 Optional<StringRef> ExceptStr = ExceptionBehaviorToStr(UseExcept); in getConstrainedFPExcept() local1192 assert(ExceptStr.hasValue() && "Garbage strict exception behavior!"); in getConstrainedFPExcept()1193 auto *ExceptMDS = MDString::get(Context, ExceptStr.getValue()); in getConstrainedFPExcept()