Home
last modified time | relevance | path

Searched defs:NonZero (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.h49 enum class ClearValue { Zero, NonZero }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp192 size_t NonZero = Float.find_last_not_of('0'); in stripTrailingZeros() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DQueryTests.cpp39 enum class Result { Zero, NonZero }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp63 NonZero = 0x0002, enumerator
2009 bool NonZero = (Opc == Hexagon::PS_true); in evaluate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1078 auto GetKnownNonZeroAndOther = [&](Value *&NonZero, Value *&Other) { in foldUnsignedUnderflowCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15845 bool NonZero = false; in MergeConsecutiveStores() local