Searched refs:Shift0 (Results 1 – 2 of 2) sorted by relevance
832 bool Shift0 = mi_match( in selectG_BUILD_VECTOR() local839 if (Shift0 && Shift1) { in selectG_BUILD_VECTOR()846 } else if (Shift0) { in selectG_BUILD_VECTOR()
8061 SDValue Shift0 = N0.getOperand(0); in matchBSwapHWordOrAndAnd() local8063 if (Shift0.getOpcode() != ISD::SHL || Shift1.getOpcode() != ISD::SRL) in matchBSwapHWordOrAndAnd()8065 ConstantSDNode *ShiftAmt0 = isConstOrConstSplat(Shift0.getOperand(1)); in matchBSwapHWordOrAndAnd()8071 if (Shift0.getOperand(0) != Shift1.getOperand(0)) in matchBSwapHWordOrAndAnd()8075 SDValue BSwap = DAG.getNode(ISD::BSWAP, DL, VT, Shift0.getOperand(0)); in matchBSwapHWordOrAndAnd()