Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DBitmaskEnumTest.cpp43 TEST(BitmaskEnumTest, BitwiseAnd) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp93 BitwiseAnd, enumerator
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h134 BitwiseAnd, // ?I # operator& enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4481 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local