Searched refs:ShlRHS (Results 1 – 2 of 2) sorted by relevance
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()