Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8565 SmallVector<SDValue, 16> ShiftValues; in visitSRA() local
8574 ShiftValues.push_back(DAG.getConstant(ShiftSum, DL, ShiftSVT)); in visitSRA()
8580 ShiftValue = DAG.getBuildVector(ShiftVT, DL, ShiftValues); in visitSRA()
8582 ShiftValue = ShiftValues[0]; in visitSRA()