Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFMF.h68 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DOperator.cpp238 if (noInfs()) in print()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp301 : !Flags.noInfs() in getNeutralReductionElement()
H A DMachineInstr.cpp528 if (Flags.noInfs()) in copyFlagsFromInstruction()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2270 FDiv->setHasNoInfs(FMF.noInfs() && OpFMF.noInfs()); in foldFNegIntoConstant()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5120 if (FMF.noInfs() && (IsInf || IsUndef)) in simplifyFPOp()