Home
last modified time | relevance | path

Searched refs:NoSignedZeros (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.h183 NoSignedZeros = (1 << 3), enumerator
208 bool noSignedZeros() const { return 0 != (Flags & NoSignedZeros); } in noSignedZeros()
226 Flags = (Flags & ~NoSignedZeros) | B * NoSignedZeros;
281 (SubclassOptionalData & ~FastMathFlags::NoSignedZeros) | in setHasNoSignedZeros()
282 (B * FastMathFlags::NoSignedZeros); in setHasNoSignedZeros()
321 (SubclassOptionalData & FastMathFlags::NoSignedZeros) != 0 && in isFast()
344 return (SubclassOptionalData & FastMathFlags::NoSignedZeros) != 0; in hasNoSignedZeros()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h369 bool NoSignedZeros : 1;
388 NoSignedZeros(false), AllowReciprocal(false), VectorReduction(false),
431 NoSignedZeros = b;
464 bool hasNoSignedZeros() const { return NoSignedZeros; }
473 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs && NoFPExcept &&
487 NoSignedZeros &= Flags.NoSignedZeros;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h450 NoSignedZeros = (1 << 3), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1410 Flags |= bitc::NoSignedZeros; in getOptimizationFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1168 if (0 != (Val & bitc::NoSignedZeros)) in getDecodedFastMathFlags()