Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8282 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) in matchRotateSub() local
8283 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()