Searched refs:N10 (Results 1 - 7 of 7) 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.cpp1724 SDValue N10 = N1.getOperand(0); local
1727 if (isa<ConstantSDNode>(N00) || isa<ConstantSDNode>(N10))
1729 DAG.getNode(ISD::ADD, SDLoc(N0), VT, N00, N10),
3382 SDValue N10 = N1->getOperand(0); local
3383 if (!LookPassAnd1 && N10.getOpcode() == ISD::AND) {
3384 if (!N10.getNode()->hasOneUse())
3386 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1));
3389 N10 = N10.getOperand(0);
3393 if (N00 != N10)
7697 SDValue N10 = N1.getOperand(0); local
7798 SDValue N10 = N1.getOperand(0); local
7888 SDValue N10 = N1.getOperand(0); local
8353 SDValue N10 = N1->getOperand(0); local
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7911 SDValue N10 = N1->getOperand(0); local
7914 if (N00VT == N10.getValueType() &&
7925 DAG.getNode(ISD::BITCAST, dl, MidVT, N10), Mask));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25443 SDValue N10 = N1.getOperand(0);
25445 EVT N10Type = N10.getValueType();
25447 SDValue FPLogic = DAG.getNode(FPOpcode, DL, N00Type, N00, N10);
[all...]

Completed in 400 milliseconds