Searched refs:ShiftMasks (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5889 SmallVector<SDValue, 16> MagicFactors, Factors, Shifts, ShiftMasks; in BuildSDIV() local 5917 ShiftMasks.push_back(DAG.getConstant(ShiftMask, dl, SVT)); in BuildSDIV() 5933 ShiftMask = DAG.getBuildVector(VT, dl, ShiftMasks); in BuildSDIV() 5936 Shifts.size() == 1 && ShiftMasks.size() == 1 && in BuildSDIV() 5942 ShiftMask = DAG.getSplatVector(VT, dl, ShiftMasks[0]); in BuildSDIV() 5948 ShiftMask = ShiftMasks[0]; in BuildSDIV()
|