Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp58 TEST(BitmaskEnumTest, BitwiseAnd) { in TEST() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h387 BitwiseAnd, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp113 BitwiseAnd, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h133 BitwiseAnd, // ?I # operator& enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5007 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); foldICmpBinOp() local