Searched refs:PosC (Results 1 – 1 of 1) sorted by relevance
6777 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) { in matchRotateSub() local6779 if (PosC->getAPIntValue().getActiveBits() <= MaskLoBits && in matchRotateSub()6780 ((PosC->getAPIntValue() | Known.Zero).countTrailingOnes() >= in matchRotateSub()6813 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) in matchRotateSub() local6814 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()