Searched refs:ShlRHS (Results 1 – 2 of 2) sorted by relevance
4182 ConstantSDNode *ShlRHS = dyn_cast<ConstantSDNode>(RHS); in TryMULWIDECombine() local4183 if (!ShlRHS) { in TryMULWIDECombine()4187 APInt ShiftAmt = ShlRHS->getAPIntValue(); in TryMULWIDECombine()
4918 SDValue ShlRHS = LHS->getOperand(1); in SelectBFE() local4919 ConstantSDNode *ShlCnst = dyn_cast<ConstantSDNode>(ShlRHS); in SelectBFE()