Searched refs:SRLC (Results 1 – 2 of 2) sorted by relevance
6392 APInt SRLC = SRLI->getAPIntValue(); in visitANDLike() local6393 if (ADDC.getSignificantBits() <= 64 && SRLC.ult(VT.getSizeInBits()) && in visitANDLike()6396 SRLC.getZExtValue()); in visitANDLike()
17507 if (auto *SRLC = dyn_cast<ConstantSDNode>(AndLHS.getOperand(1))) { in isDesirableToCommuteWithShift() local17510 return SRLC->getZExtValue() == SHLC->getZExtValue(); in isDesirableToCommuteWithShift()