Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DBitmaskEnumTest.cpp25 TEST(BitmaskEnumTest, BitwiseOr) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp92 BitwiseOr, enumerator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp92 BitwiseOr, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h144 BitwiseOr, // ?U operator| enumerator
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1349 TEST_F(OpTest, BitwiseOr) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go21825 func BitwiseOr(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func