Home
last modified time | relevance | path

Searched refs:PosC (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6777 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) { in matchRotateSub() local
6779 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() local
6814 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()