Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InChain

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