Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp301 ConstrainedFPIntrinsic::getExceptionBehavior() const { in getExceptionBehavior() function in ConstrainedFPIntrinsic
313 std::optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); in isDefaultFPEnvironment()
H A DVerifier.cpp6039 Check(FPI.getExceptionBehavior().has_value(), in visitConstrainedFPIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp123 if (CFP->getExceptionBehavior() && in canHandle()
124 CFP->getExceptionBehavior() == fp::ebStrict) in canHandle()
1405 assert(CI->getExceptionBehavior() != fp::ebStrict && in processNode()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1910 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in mayFoldConstrained()
2172 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
2177 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
H A DInstructionSimplify.cpp6393 simplifyFPOp({Op0, Op1, Op2}, {}, Q, *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6460 Q, *FPI->getExceptionBehavior(), *FPI->getRoundingMode()); in simplifyIntrinsic()
6466 Q, *FPI->getExceptionBehavior(), *FPI->getRoundingMode()); in simplifyIntrinsic()
6472 Q, *FPI->getExceptionBehavior(), *FPI->getRoundingMode()); in simplifyIntrinsic()
6478 Q, *FPI->getExceptionBehavior(), *FPI->getRoundingMode()); in simplifyIntrinsic()
6484 Q, *FPI->getExceptionBehavior(), *FPI->getRoundingMode()); in simplifyIntrinsic()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h607 std::optional<fp::ExceptionBehavior> getExceptionBehavior() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp510 FPI->getExceptionBehavior(); in wouldInstructionBeTriviallyDead()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1861 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in translateConstrainedFPIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7380 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in visitConstrainedFPIntrinsic()