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

/external/clang/test/Modules/Inputs/
H A Dnamespaces-right.h46 namespace N10 { namespace
H A Dnamespaces-left.h57 namespace N10 { namespace
/external/clang/test/Modules/
H A Dnamespaces.cpp49 namespace N10 { namespace
69 int &ir3 = N10::f(17);
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp164 namespace N10 { namespace
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1567 SDValue N10 = N1.getOperand(0); local
1570 if (isa<ConstantSDNode>(N00) || isa<ConstantSDNode>(N10))
1572 DAG.getNode(ISD::ADD, SDLoc(N0), VT, N00, N10),
3046 SDValue N10 = N1->getOperand(0); local
3047 if (!LookPassAnd1 && N10.getOpcode() == ISD::AND) {
3048 if (!N10.getNode()->hasOneUse())
3050 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1));
3053 N10 = N10.getOperand(0);
3057 if (N00 != N10)
6716 SDValue N10 = N1->getOperand(0); local
[all...]

Completed in 116 milliseconds