Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp202 ConstrainedFPIntrinsic::getExceptionBehavior() const { in getExceptionBehavior() function in ConstrainedFPIntrinsic
214 Optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); in isDefaultFPEnvironment()
H A DVerifier.cpp5457 Assert(FPI.getExceptionBehavior().hasValue(), in visitConstrainedFPIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1872 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in mayFoldConstrained()
2092 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
2097 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
H A DInstructionSimplify.cpp5844 FPI->getExceptionBehavior().getValue(), in simplifyIntrinsic()
5911 FPI->getExceptionBehavior().getValue(), in simplifyIntrinsic()
5919 FPI->getExceptionBehavior().getValue(), in simplifyIntrinsic()
5927 FPI->getExceptionBehavior().getValue(), in simplifyIntrinsic()
5935 FPI->getExceptionBehavior().getValue(), in simplifyIntrinsic()
5943 FPI->getExceptionBehavior().getValue(), in simplifyIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h457 Optional<fp::ExceptionBehavior> getExceptionBehavior() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp478 Optional<fp::ExceptionBehavior> ExBehavior = FPI->getExceptionBehavior(); in wouldInstructionBeTriviallyDead()
499 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in wouldInstructionBeTriviallyDead()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1814 fp::ExceptionBehavior EB = FPI.getExceptionBehavior().getValue(); in translateConstrainedFPIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7255 fp::ExceptionBehavior EB = FPI.getExceptionBehavior().getValue(); in visitConstrainedFPIntrinsic()