Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h505 BitwiseAnd, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp113 BitwiseAnd, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h133 BitwiseAnd, // ?I # operator& enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5338 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local