OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Xor
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
InstCombineAddSub.cpp
942
if (match(LHS,
m_Xor
(m_Value(XorLHS), m_ConstantInt(XorRHS)))) {
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/llvm/include/llvm/Support/
PatternMatch.h
479
m_Xor
(const LHS &L, const RHS &R) {
[
all
...]
Completed in 581 milliseconds