Searched refs:ShiftAmt0 (Results 1 – 1 of 1) sorted by relevance
7605 ConstantSDNode *ShiftAmt0 = isConstOrConstSplat(Shift0.getOperand(1)); in matchBSwapHWordOrAndAnd() local7607 if (!ShiftAmt0 || !ShiftAmt1) in matchBSwapHWordOrAndAnd()7609 if (ShiftAmt0->getAPIntValue() != 8 || ShiftAmt1->getAPIntValue() != 8) in matchBSwapHWordOrAndAnd()