Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ArgChains

3660   SmallVector<SDValue, 8> ArgChains;
3665 ArgChains.push_back(Chain);
3673 ArgChains.push_back(SDValue(L, 1));
3676 return getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ArgChains);