Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6827 if (ConstantSDNode *LargeShift = isConstOrConstSplat(N0Op0.getOperand(1))) { in visitSRA() local
6828 unsigned LargeShiftVal = LargeShift->getZExtValue(); in visitSRA()