Searched refs:SHLC (Results 1 – 1 of 1) sorted by relevance
17506 if (auto *SHLC = dyn_cast<ConstantSDNode>(N->getOperand(1))) in isDesirableToCommuteWithShift() local17507 return SRLC->getZExtValue() == SHLC->getZExtValue(); in isDesirableToCommuteWithShift()