Searched refs:ShlRHS (Results 1 – 2 of 2) sorted by relevance
3605 SDValue ShlRHS = LHS->getOperand(1); in tryBFE() local3606 ConstantSDNode *ShlCnst = dyn_cast<ConstantSDNode>(ShlRHS); in tryBFE()
5707 ConstantSDNode *ShlRHS = dyn_cast<ConstantSDNode>(RHS); in TryMULWIDECombine() local5708 if (!ShlRHS) { in TryMULWIDECombine()5712 APInt ShiftAmt = ShlRHS->getAPIntValue(); in TryMULWIDECombine()