Searched refs:N001 (Results 1 – 3 of 3) sorted by relevance
919 SDValue N001 = N00.getOperand(1); in SelectSelect() local920 if (cast<VTSDNode>(N001)->getVT() == MVT::i16) { in SelectSelect()
3086 SDValue N001 = N00.getOperand(1); in MatchBSwapHWord() local3087 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord()3106 SDValue N001 = N00.getOperand(1); in MatchBSwapHWord() local3107 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord()
17779 SDValue N001 = N00.getOperand(1); in PerformAndCombine() local17780 assert(N001.getValueType() == MVT::i8 && "unexpected type"); in PerformAndCombine()17783 return DAG.getNode(X86ISD::BZHI, DL, VT, N1, N001); in PerformAndCombine()