Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7550 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) in matchRotateSub() local
7551 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()