Searched defs:N11 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Dnamespaces-right.h56 namespace N11 { namespace
H A Dnamespaces-left.h61 namespace N11 { namespace
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1568 SDValue N11 = N1.getOperand(1); local
1573 DAG.getNode(ISD::ADD, SDLoc(N1), VT, N01, N11));
6717 SDValue N11 = N1->getOperand(1); local
6719 if (N10 == N0 && isNegatibleForFree(N11, LegalOperations, TLI,
6721 return GetNegatedExpression(N11, DAG, LegalOperations);
6723 if (N11 == N0 && isNegatibleForFree(N10, LegalOperations, TLI,

Completed in 103 milliseconds