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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7756 SmallVector<SDValue, 16> ShiftValues; local
7765 ShiftValues.push_back(DAG.getConstant(ShiftSum, DL, ShiftSVT));
7771 ShiftValue = DAG.getBuildVector(ShiftVT, DL, ShiftValues);
7773 ShiftValue = ShiftValues[0];

Completed in 194 milliseconds