Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFPEnv.cpp64 .Case("fpexcept.strict", fp::ebStrict) in StrToExceptionBehavior()
71 case fp::ebStrict: in ExceptionBehaviorToStr()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFPEnv.h34 ebStrict ///< This corresponds to "fpexcept.strict". enumerator
DIRBuilder.h141 DefaultConstrainedExcept(fp::ebStrict), in IRBuilderBase()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp1893 if (!EB || *EB != fp::ExceptionBehavior::ebStrict) in mayFoldConstrained()
2093 if (EB && *EB == fp::ebStrict) in ConstantFoldScalarCall1()
DInstructionSimplify.cpp4902 } else if (ExBehavior != fp::ebStrict) { in simplifyFPOp()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp107 case LangOptions::FPE_Strict: return llvm::fp::ebStrict; in ToConstrainedExceptMD()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp479 return ExBehavior.getValue() != fp::ebStrict; in wouldInstructionBeTriviallyDead()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7245 case fp::ExceptionBehavior::ebStrict: in visitConstrainedFPIntrinsic()