Searched refs:ExceptStr (Results 1 – 2 of 2) sorted by relevance
69 Optional<StringRef> ExceptStr = None; in ExceptionBehaviorToStr() local72 ExceptStr = "fpexcept.strict"; in ExceptionBehaviorToStr()75 ExceptStr = "fpexcept.ignore"; in ExceptionBehaviorToStr()78 ExceptStr = "fpexcept.maytrap"; in ExceptionBehaviorToStr()81 return ExceptStr; in ExceptionBehaviorToStr()
319 Optional<StringRef> ExceptStr = ExceptionBehaviorToStr(NewExcept); in setDefaultConstrainedExcept() local320 assert(ExceptStr.hasValue() && "Garbage strict exception behavior!"); in setDefaultConstrainedExcept()1188 Optional<StringRef> ExceptStr = ExceptionBehaviorToStr(UseExcept); in getConstrainedFPExcept() local1189 assert(ExceptStr.hasValue() && "Garbage strict exception behavior!"); in getConstrainedFPExcept()1190 auto *ExceptMDS = MDString::get(Context, ExceptStr.getValue()); in getConstrainedFPExcept()