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.cpp1725 SDValue N11 = N1.getOperand(1); local
1730 DAG.getNode(ISD::ADD, SDLoc(N1), VT, N01, N11));
8354 SDValue N11 = N1->getOperand(1); local
8356 if (N10 == N0 && isNegatibleForFree(N11, LegalOperations, TLI, &Options))
8357 return GetNegatedExpression(N11, DAG, LegalOperations);
8359 if (N11 == N0 && isNegatibleForFree(N10, LegalOperations, TLI, &Options))

Completed in 180 milliseconds