Home
last modified time | relevance | path

Searched refs:N10 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Modules/
Dnamespaces.cpp49 namespace N10 { namespace
69 int &ir3 = N10::f(17); in testMergedMerged()
/external/clang/test/Modules/Inputs/
Dnamespaces-right.h46 namespace N10 {
Dnamespaces-left.h57 namespace N10 {
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp164 namespace N10 { namespace
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1661 SDValue N10 = N1.getOperand(0); in visitADD() local
1664 if (isa<ConstantSDNode>(N00) || isa<ConstantSDNode>(N10)) in visitADD()
1666 DAG.getNode(ISD::ADD, SDLoc(N0), VT, N00, N10), in visitADD()
3180 SDValue N10 = N1->getOperand(0); in MatchBSwapHWordLow() local
3181 if (!LookPassAnd1 && N10.getOpcode() == ISD::AND) { in MatchBSwapHWordLow()
3182 if (!N10.getNode()->hasOneUse()) in MatchBSwapHWordLow()
3184 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1)); in MatchBSwapHWordLow()
3187 N10 = N10.getOperand(0); in MatchBSwapHWordLow()
3191 if (N00 != N10) in MatchBSwapHWordLow()
3208 N10, APInt::getHighBitsSet(OpSizeInBits, OpSizeInBits - 16))) in MatchBSwapHWordLow()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7330 SDValue N10 = N1->getOperand(0); in performConcatVectorsCombine() local
7333 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()
7344 DAG.getNode(ISD::BITCAST, dl, MidVT, N10), Mask)); in performConcatVectorsCombine()