Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp69 .Case("fpexcept.strict", fp::ebStrict) in convertStrToExceptionBehavior()
77 case fp::ebStrict: in convertExceptionBehaviorToStr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h42 ebStrict ///< This corresponds to "fpexcept.strict". enumerator
H A DIRBuilder.h156 fp::ExceptionBehavior DefaultConstrainedExcept = fp::ebStrict;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp125 CFP->getExceptionBehavior() == fp::ebStrict) in canHandle()
1535 assert(CI->getExceptionBehavior() != fp::ebStrict && in processNode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2146 if (EB && *EB != fp::ExceptionBehavior::ebStrict) in mayFoldConstrained()
2416 if (EB == fp::ebStrict) in ConstantFoldScalarCall1()
H A DInstructionSimplify.cpp5677 } else if (ExBehavior != fp::ebStrict) { in simplifyFPOp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp119 case LangOptions::FPE_Strict: return llvm::fp::ebStrict; in ToConstrainedExceptMD()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp513 return *ExBehavior != fp::ebStrict; in wouldInstructionBeTriviallyDead()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8320 case fp::ExceptionBehavior::ebStrict: in visitConstrainedFPIntrinsic()