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.cpp288 ConstrainedFPIntrinsic::getExceptionBehavior() const { in getExceptionBehavior() function in ConstrainedFPIntrinsic
300 std::optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); in isDefaultFPEnvironment()
H A DVerifier.cpp7121 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()
1535 assert(CI->getExceptionBehavior() != fp::ebStrict && in processNode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6855 if (Value *V = simplifyFPOp(Args, {}, Q, *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6918 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6924 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6930 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6936 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6942 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
H A DConstantFolding.cpp2132 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in mayFoldConstrained()
2415 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
2420 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h730 LLVM_ABI std::optional<fp::ExceptionBehavior> getExceptionBehavior() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp512 FPI->getExceptionBehavior(); in wouldInstructionBeTriviallyDead()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2071 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in translateConstrainedFPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8332 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in visitConstrainedFPIntrinsic()