Searched refs:N10 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Modules/
H A Dnamespaces.cpp32 namespace N10 { namespace
52 int &ir3 = N10::f(17);
/external/clang/test/Modules/Inputs/
H A Dnamespaces-left.h37 namespace N10 { namespace
H A Dnamespaces-right.h39 namespace N10 { namespace
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp164 namespace N10 { namespace
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1445 SDValue N10 = N1.getOperand(0); local
1448 if (isa<ConstantSDNode>(N00) || isa<ConstantSDNode>(N10))
1450 DAG.getNode(ISD::ADD, N0.getDebugLoc(), VT, N00, N10),
2833 SDValue N10 = N1->getOperand(0); local
2834 if (!LookPassAnd1 && N10.getOpcode() == ISD::AND) {
2835 if (!N10.getNode()->hasOneUse())
2837 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1));
2840 N10 = N10.getOperand(0);
2844 if (N00 != N10)
5881 SDValue N10 = N1->getOperand(0); local
[all...]

Completed in 97 milliseconds