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/builtins/
Dbuiltins-number-gen.cc964 TF_BUILTIN(BitwiseAnd, NumberBuiltinsAssembler) { in TF_BUILTIN() argument
/external/v8/src/objects/
Dbigint.cc629 MaybeHandle<BigInt> BigInt::BitwiseAnd(Isolate* isolate, Handle<BigInt> x, in BitwiseAnd() function in v8::internal::BigInt
634 MaybeHandle<MutableBigInt> MutableBigInt::BitwiseAnd(Isolate* isolate, in BitwiseAnd() function in v8::internal::MutableBigInt
/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.cc999 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.go29306 func BitwiseAnd(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func