Searched refs:ShiftAmt1 (Results 1 – 3 of 3) sorted by relevance
7606 ConstantSDNode *ShiftAmt1 = isConstOrConstSplat(Shift1.getOperand(1)); in matchBSwapHWordOrAndAnd() local7607 if (!ShiftAmt0 || !ShiftAmt1) in matchBSwapHWordOrAndAnd()7609 if (ShiftAmt0->getAPIntValue() != 8 || ShiftAmt1->getAPIntValue() != 8) in matchBSwapHWordOrAndAnd()
14002 uint64_t ShiftAmt1 = MulAmt + MulAmtLowBit; in expandMul() 14005 DAG.getConstant(Log2_64(ShiftAmt1), DL, VT)); in expandMul() 13999 uint64_t ShiftAmt1 = MulAmt + MulAmtLowBit; expandMul() local
48020 uint64_t ShiftAmt1; in combineMul() local48023 ShiftAmt1 = AbsMulAmt - AbsMulAmtLowBit; in combineMul()48026 ShiftAmt1 = AbsMulAmt + AbsMulAmtLowBit; in combineMul()48033 DAG.getConstant(Log2_64(ShiftAmt1), DL, ShiftVT)); in combineMul()