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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1487 SDValue N10 = N1.getOperand(0); local
1490 if (isa<ConstantSDNode>(N00) || isa<ConstantSDNode>(N10))
1492 DAG.getNode(ISD::ADD, SDLoc(N0), VT, N00, N10),
2948 SDValue N10 = N1->getOperand(0); local
2949 if (!LookPassAnd1 && N10.getOpcode() == ISD::AND) {
2950 if (!N10.getNode()->hasOneUse())
2952 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1));
2955 N10 = N10.getOperand(0);
2959 if (N00 != N10)
6227 SDValue N10 = N1->getOperand(0); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17789 SDValue N10 = N1.getOperand(0); local
17790 if (N10.getOpcode() == ISD::SHL) {
17791 SDValue N101 = N10.getOperand(1);
17793 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N10.getOperand(0));
/freebsd-10.1-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c1643 MKT(UNI_CALLSTATE_U10, U10/N10),

Completed in 132 milliseconds