Home
last modified time | relevance | path

Searched refs:NoInfs (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFMF.h43 NoInfs = (1 << 2), enumerator
68 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs()
84 Flags = (Flags & ~NoInfs) | B * NoInfs;
H A DOperator.h196 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs()
197 (B * FastMathFlags::NoInfs); in setHasNoInfs()
241 (SubclassOptionalData & FastMathFlags::NoInfs) != 0 && in isFast()
260 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0; in hasNoInfs()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h479 NoInfs = (1 << 2), enumerator
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h377 bool NoInfs : 1;
395 NoInfs(false), NoSignedZeros(false), AllowReciprocal(false),
415 void setNoInfs(bool b) { NoInfs = b; }
428 bool hasNoInfs() const { return NoInfs; }
443 NoInfs &= Flags.NoInfs;
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp786 Flags |= bitc::NoInfs; in getOptimizationFlags()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1506 Flags |= bitc::NoInfs; in getOptimizationFlags()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1287 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()