Home
last modified time | relevance | path

Searched refs:noInfs (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h67 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp245 if (noInfs()) in print()
H A DCore.cpp3341 if (FMF.noInfs()) in mapToLLVMFastMathFlags()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h467 if (FMF.noInfs())
475 if (FMF.noInfs())
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp605 if (FMF.noInfs()) in isKnownIntegral()
621 return (FMF.noInfs() && FMF.noNaNs()) || in isKnownIntegral()
H A DAMDGPUCodeGenPrepare.cpp818 (!FMF.noNaNs() || !FMF.noInfs())) in emitFrexpDiv()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp390 : !Flags.noInfs() in getNeutralReductionElement()
H A DMachineInstr.cpp568 if (Flags.noInfs()) in copyFlagsFromInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2691 FDiv->setHasNoInfs(FMF.noInfs() && OpFMF.noInfs()); in foldFNegIntoConstant()
H A DInstCombineSelect.cpp2737 if (FMF.noInfs() && !SI.hasNoInfs()) { in foldSelectWithFCmpToFabs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp707 NoInfs = FMF.noInfs(); in FastMathFlagsTy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5591 if (FMF.noInfs() && (IsInf || IsUndef)) in simplifyFPOp()
5878 if (FMF.noInfs() && match(Op1, m_AnyZeroFP())) in simplifyFDivInst()