Searched refs:ShiftMasks (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5152 SmallVector<SDValue, 16> MagicFactors, Factors, Shifts, ShiftMasks; in BuildSDIV() local 5180 ShiftMasks.push_back(DAG.getConstant(ShiftMask, dl, SVT)); in BuildSDIV() 5196 ShiftMask = DAG.getBuildVector(VT, dl, ShiftMasks); in BuildSDIV() 5199 Shifts.size() == 1 && ShiftMasks.size() == 1 && in BuildSDIV() 5205 ShiftMask = DAG.getSplatVector(VT, dl, ShiftMasks[0]); in BuildSDIV() 5211 ShiftMask = ShiftMasks[0]; in BuildSDIV()
|