Searched refs:Shift0 (Results 1 – 2 of 2) sorted by relevance
776 bool Shift0 = mi_match( in selectG_BUILD_VECTOR() local783 if (Shift0 && Shift1) { in selectG_BUILD_VECTOR()790 } else if (Shift0) { in selectG_BUILD_VECTOR()
6904 SDValue Shift0 = N0.getOperand(0); in matchBSwapHWordOrAndAnd() local6906 if (Shift0.getOpcode() != ISD::SHL || Shift1.getOpcode() != ISD::SRL) in matchBSwapHWordOrAndAnd()6908 ConstantSDNode *ShiftAmt0 = isConstOrConstSplat(Shift0.getOperand(1)); in matchBSwapHWordOrAndAnd()6914 if (Shift0.getOperand(0) != Shift1.getOperand(0)) in matchBSwapHWordOrAndAnd()6918 SDValue BSwap = DAG.getNode(ISD::BSWAP, DL, VT, Shift0.getOperand(0)); in matchBSwapHWordOrAndAnd()