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.h41 ebStrict ///< This corresponds to "fpexcept.strict". enumerator
H A DIRBuilder.h126 fp::ExceptionBehavior DefaultConstrainedExcept = fp::ebStrict;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp125 CFP->getExceptionBehavior() == fp::ebStrict) in canHandle()
1523 assert(CI->getExceptionBehavior() != fp::ebStrict && in processNode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1946 if (EB && *EB != fp::ExceptionBehavior::ebStrict) in mayFoldConstrained()
2221 if (EB && *EB == fp::ebStrict) in ConstantFoldScalarCall1()
H A DInstructionSimplify.cpp5640 } else if (ExBehavior != fp::ebStrict) { in simplifyFPOp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp117 case LangOptions::FPE_Strict: return llvm::fp::ebStrict; in ToConstrainedExceptMD()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp514 return *ExBehavior != fp::ebStrict; in wouldInstructionBeTriviallyDead()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8164 case fp::ExceptionBehavior::ebStrict: in visitConstrainedFPIntrinsic()