Home
last modified time | relevance | path

Searched refs:ebIgnore (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFPEnv.cpp62 .Case("fpexcept.ignore", fp::ebIgnore) in StrToExceptionBehavior()
74 case fp::ebIgnore: in ExceptionBehaviorToStr()
H A DIntrinsicInst.cpp216 if (Except.getValue() != fp::ebIgnore) in isDefaultFPEnvironment()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFPEnv.h32 ebIgnore, ///< This corresponds to "fpexcept.ignore". enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp105 case LangOptions::FPE_Ignore: return llvm::fp::ebIgnore; in ToConstrainedExceptMD()
119 Builder.setIsFPConstrained(fpExceptionBehavior != llvm::fp::ebIgnore || in SetFPModel()
172 (NewExceptionBehavior == llvm::fp::ebIgnore && in ConstructorHelper()
H A DCGBuiltin.cpp2996 Builder.getDefaultConstrainedExcept() == fp::ebIgnore || in EmitBuiltinExpr()
3085 Builder.getDefaultConstrainedExcept() == fp::ebIgnore || in EmitBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp2003 if (EB && *EB != fp::ebIgnore) in ConstantFoldScalarCall1()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1802 if (EB == fp::ExceptionBehavior::ebIgnore) in translateConstrainedFPIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7190 case fp::ExceptionBehavior::ebIgnore: in visitConstrainedFPIntrinsic()
7213 if (EB == fp::ExceptionBehavior::ebIgnore) in visitConstrainedFPIntrinsic()