Home
last modified time | relevance | path

Searched refs:ExceptStr (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFPEnv.cpp63 Optional<StringRef> ExceptStr = None; in ExceptionBehaviorToStr() local
66 ExceptStr = "fpexcept.strict"; in ExceptionBehaviorToStr()
69 ExceptStr = "fpexcept.ignore"; in ExceptionBehaviorToStr()
72 ExceptStr = "fpexcept.maytrap"; in ExceptionBehaviorToStr()
75 return ExceptStr; in ExceptionBehaviorToStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1191 Optional<StringRef> ExceptStr = ExceptionBehaviorToStr(UseExcept); in getConstrainedFPExcept() local
1192 assert(ExceptStr.hasValue() && "Garbage strict exception behavior!"); in getConstrainedFPExcept()
1193 auto *ExceptMDS = MDString::get(Context, ExceptStr.getValue()); in getConstrainedFPExcept()