Searched refs:PosC (Results 1 – 1 of 1) sorted by relevance
6747 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) { in matchRotateSub() local6749 if (PosC->getAPIntValue().getActiveBits() <= MaskLoBits && in matchRotateSub()6750 ((PosC->getAPIntValue() | Known.Zero).countTrailingOnes() >= in matchRotateSub()6783 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) in matchRotateSub() local6784 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()