Searched refs:ShiftAmt1 (Results 1 – 3 of 3) sorted by relevance
15971 uint64_t ShiftAmt1; in expandMulToAddOrSubOfShl() local15974 ShiftAmt1 = MulAmt + MulAmtLowBit; in expandMulToAddOrSubOfShl()15977 ShiftAmt1 = MulAmt - MulAmtLowBit; in expandMulToAddOrSubOfShl()15984 DAG.getConstant(Log2_64(ShiftAmt1), DL, VT)); in expandMulToAddOrSubOfShl()
8066 ConstantSDNode *ShiftAmt1 = isConstOrConstSplat(Shift1.getOperand(1)); in matchBSwapHWordOrAndAnd() local8067 if (!ShiftAmt0 || !ShiftAmt1) in matchBSwapHWordOrAndAnd()8069 if (ShiftAmt0->getAPIntValue() != 8 || ShiftAmt1->getAPIntValue() != 8) in matchBSwapHWordOrAndAnd()
49782 uint64_t ShiftAmt1; in combineMul() local49785 ShiftAmt1 = AbsMulAmt - AbsMulAmtLowBit; in combineMul()49788 ShiftAmt1 = AbsMulAmt + AbsMulAmtLowBit; in combineMul()49795 DAG.getConstant(Log2_64(ShiftAmt1), DL, ShiftVT)); in combineMul()