Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h182 NoInfs = (1 << 2), enumerator
207 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs()
223 Flags = (Flags & ~NoInfs) | B * NoInfs;
275 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs()
276 (B * FastMathFlags::NoInfs); in setHasNoInfs()
320 (SubclassOptionalData & FastMathFlags::NoInfs) != 0 && in isFast()
339 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0; in hasNoInfs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h368 bool NoInfs : 1;
387 Exact(false), NoNaNs(false), NoInfs(false),
427 NoInfs = b;
463 bool hasNoInfs() const { return NoInfs; }
473 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs && NoFPExcept &&
486 NoInfs &= Flags.NoInfs;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h449 NoInfs = (1 << 2), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1408 Flags |= bitc::NoInfs; in getOptimizationFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1166 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()