Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6747 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) { in matchRotateSub() local
6749 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() local
6784 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()