Searched refs:Shift0 (Results 1 – 2 of 2) sorted by relevance
734 bool Shift0 = mi_match( in selectG_BUILD_VECTOR() local741 if (Shift0 && Shift1) { in selectG_BUILD_VECTOR()748 } else if (Shift0) { in selectG_BUILD_VECTOR()
7601 SDValue Shift0 = N0.getOperand(0); in matchBSwapHWordOrAndAnd() local7603 if (Shift0.getOpcode() != ISD::SHL || Shift1.getOpcode() != ISD::SRL) in matchBSwapHWordOrAndAnd()7605 ConstantSDNode *ShiftAmt0 = isConstOrConstSplat(Shift0.getOperand(1)); in matchBSwapHWordOrAndAnd()7611 if (Shift0.getOperand(0) != Shift1.getOperand(0)) in matchBSwapHWordOrAndAnd()7615 SDValue BSwap = DAG.getNode(ISD::BSWAP, DL, VT, Shift0.getOperand(0)); in matchBSwapHWordOrAndAnd()