Home
last modified time | relevance | path

Searched defs:BitwiseAnd (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DBitmaskEnumTest.cpp44 TEST(BitmaskEnumTest, BitwiseAnd) { in TEST() argument
/external/llvm/unittests/ADT/
DBitmaskEnumTest.cpp44 TEST(BitmaskEnumTest, BitwiseAnd) { in TEST() argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp91 BitwiseAnd, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp91 BitwiseAnd, enumerator
/external/v8/src/objects/
Dbigint.cc707 MaybeHandle<BigInt> BigInt::BitwiseAnd(Isolate* isolate, Handle<BigInt> x, in BitwiseAnd() function in v8::internal::BigInt
712 MaybeHandle<MutableBigInt> MutableBigInt::BitwiseAnd(Isolate* isolate, in BitwiseAnd() function in v8::internal::MutableBigInt
/external/v8/src/compiler/
Djs-generic-lowering.cc190 DEF_BINARY_LOWERING(BitwiseAnd) in DEF_BINARY_LOWERING() argument
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4078 auto BitwiseAnd = in visitICmpInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3360 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local
/external/v8/src/interpreter/
Dinterpreter-generator.cc1049 IGNITION_HANDLER(BitwiseAnd, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1337 TEST_F(OpTest, BitwiseAnd) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go48166 func BitwiseAnd(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func