Searched refs:PosC (Results 1 – 1 of 1) sorted by relevance
3901 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) in matchRotateSub() local3902 if (PosC->getAPIntValue() == EltSize - 1) in matchRotateSub()3928 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) in matchRotateSub() local3929 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()