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
115
if (match(LHS,
m_Xor
(m_Value(XorLHS), m_ConstantInt(XorRHS)))) {
InstCombineCompares.cpp
[
all
...]
/external/llvm/include/llvm/Support/
PatternMatch.h
376
m_Xor
(const LHS &L, const RHS &R) {
Completed in 35 milliseconds