Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InChain

1874       SDValue InChain = ChainNodesMatched[i]->getOperand(0);
1875 assert(InChain.getValueType() == MVT::Other && "Not a chain");
1876 InputChains.push_back(InChain);