Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFPEnv.cpp63 .Case("fpexcept.maytrap", fp::ebMayTrap) in StrToExceptionBehavior()
77 case fp::ebMayTrap: in ExceptionBehaviorToStr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFPEnv.h33 ebMayTrap, ///< This corresponds to "fpexcept.maytrap". enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp106 case LangOptions::FPE_MayTrap: return llvm::fp::ebMayTrap; in ToConstrainedExceptMD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7195 case fp::ExceptionBehavior::ebMayTrap: in visitConstrainedFPIntrinsic()