Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h199 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs()
200 (B * FastMathFlags::NoInfs); in setHasNoInfs()
244 (SubclassOptionalData & FastMathFlags::NoInfs) != 0 && in isFast()
263 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0; in hasNoInfs()
/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h500 NoInfs = (1 << 2), enumerator
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h385 bool NoInfs : 1;
403 NoInfs(false), NoSignedZeros(false), AllowReciprocal(false),
423 void setNoInfs(bool b) { NoInfs = b; }
436 bool hasNoInfs() const { return NoInfs; }
451 NoInfs &= Flags.NoInfs;
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp758 Flags |= bitc::NoInfs; in getOptimizationFlags()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1545 Flags |= bitc::NoInfs; in getOptimizationFlags()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1303 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()