Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h67 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/src/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp268 if (noInfs()) in print()
H A DCore.cpp3554 if (FMF.noInfs()) in mapToLLVMFastMathFlags()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h535 if (FMF.noInfs()) in computeKnownFPClass()
543 if (FMF.noInfs()) in computeKnownFPClass()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp616 if (FMF.noInfs()) in isKnownIntegral()
632 return (FMF.noInfs() && FMF.noNaNs()) || in isKnownIntegral()
H A DAMDGPUCodeGenPrepare.cpp820 (!FMF.noNaNs() || !FMF.noInfs())) in emitFrexpDiv()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp402 : !Flags.noInfs() in getNeutralReductionElement()
H A DMachineInstr.cpp609 if (Flags.noInfs()) in copyFlagsFromInstruction()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2702 FDiv->setHasNoInfs(FMF.noInfs() && OpFMF.noInfs()); in foldFNegIntoConstant()
H A DInstCombineSelect.cpp2865 if (FMF.noInfs() && !SI.hasNoInfs()) { in foldSelectWithFCmpToFabs()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1000 NoInfs = FMF.noInfs(); in FastMathFlagsTy()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5628 if (FMF.noInfs() && (IsInf || IsUndef)) in simplifyFPOp()
5920 if (FMF.noInfs() && match(Op1, m_AnyZeroFP())) in simplifyFDivInst()