Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3901 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) in matchRotateSub() local
3902 if (PosC->getAPIntValue() == EltSize - 1) in matchRotateSub()
3928 if (ConstantSDNode *PosC = isConstOrConstSplat(Pos.getOperand(1))) in matchRotateSub() local
3929 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()