Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5126 SmallVector<SDValue, 16> MagicFactors, Factors, Shifts, ShiftMasks; in BuildSDIV() local
5154 ShiftMasks.push_back(DAG.getConstant(ShiftMask, dl, SVT)); in BuildSDIV()
5170 ShiftMask = DAG.getBuildVector(VT, dl, ShiftMasks); in BuildSDIV()
5173 Shifts.size() == 1 && ShiftMasks.size() == 1 && in BuildSDIV()
5179 ShiftMask = DAG.getSplatVector(VT, dl, ShiftMasks[0]); in BuildSDIV()
5185 ShiftMask = ShiftMasks[0]; in BuildSDIV()