OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotM
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
3155
Value *
NotM
;
3156
if (match(M, m_Not(m_Value(
NotM
)))) {
3158
Value *NewA = Builder.CreateAnd(D,
NotM
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
7705
SDValue
NotM
= DAG.getNOT(DL, M, VT);
7706
SDValue RHS = DAG.getNode(ISD::AND, DL, VT, Y,
NotM
);
Completed in 60 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026