Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp315 ConstrainedFPIntrinsic::getExceptionBehavior() const { in getExceptionBehavior() function in ConstrainedFPIntrinsic
327 std::optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); in isDefaultFPEnvironment()
H A DVerifier.cpp6725 Check(FPI.getExceptionBehavior().has_value(), in visitConstrainedFPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp124 if (CFP->getExceptionBehavior() && in canHandle()
125 CFP->getExceptionBehavior() == fp::ebStrict) in canHandle()
1523 assert(CI->getExceptionBehavior() != fp::ebStrict && in processNode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1932 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in mayFoldConstrained()
2220 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
2225 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
H A DInstructionSimplify.cpp6829 if (Value *V = simplifyFPOp(Args, {}, Q, *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6892 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6898 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6904 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6910 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6916 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h717 std::optional<fp::ExceptionBehavior> getExceptionBehavior() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp513 FPI->getExceptionBehavior(); in wouldInstructionBeTriviallyDead()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2057 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in translateConstrainedFPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8178 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in visitConstrainedFPIntrinsic()