Searched refs:ShlRHS (Results 1 – 4 of 4) sorted by relevance
4340 ConstantSDNode *ShlRHS = dyn_cast<ConstantSDNode>(RHS); in TryMULWIDECombine() local4341 if (!ShlRHS) { in TryMULWIDECombine()4345 APInt ShiftAmt = ShlRHS->getAPIntValue(); in TryMULWIDECombine()
3511 SDValue ShlRHS = LHS->getOperand(1); in tryBFE() local3512 ConstantSDNode *ShlCnst = dyn_cast<ConstantSDNode>(ShlRHS); in tryBFE()
4195 ConstantSDNode *ShlRHS = dyn_cast<ConstantSDNode>(RHS); in TryMULWIDECombine() local4196 if (!ShlRHS) { in TryMULWIDECombine()4200 APInt ShiftAmt = ShlRHS->getAPIntValue(); in TryMULWIDECombine()
4989 SDValue ShlRHS = LHS->getOperand(1); in tryBFE() local4990 ConstantSDNode *ShlCnst = dyn_cast<ConstantSDNode>(ShlRHS); in tryBFE()