OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Not
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
InstCombineSelect.cpp
705
if (match(V,
m_Not
(m_Value(NotV)))) {
864
if (match(TrueVal,
m_Not
(m_Specific(CondVal))))
866
if (match(FalseVal,
m_Not
(m_Specific(CondVal))))
[
all
...]
InstCombineAddSub.cpp
[
all
...]
InstCombineCompares.cpp
[
all
...]
InstCombineCalls.cpp
[
all
...]
InstCombineCasts.cpp
[
all
...]
InstructionCombining.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp
380
if (match(Condition,
m_Not
(m_Value(Condition))))
388
if (I->getParent() == Parent && match(I,
m_Not
(m_Specific(Condition))))
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
559
if (match(Op0,
m_Not
(m_Specific(Op1))) ||
560
match(Op1,
m_Not
(m_Specific(Op0))))
[
all
...]
ValueTracking.cpp
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
854
template <typename LHS> inline not_match<LHS>
m_Not
(const LHS &L) { return L; }
[
all
...]
Completed in 1650 milliseconds