Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3784 SmallVector<SDValue, 16> MagicFactors, Factors, Shifts, ShiftMasks; in BuildSDIV() local
3812 ShiftMasks.push_back(DAG.getConstant(ShiftMask, dl, SVT)); in BuildSDIV()
3828 ShiftMask = DAG.getBuildVector(VT, dl, ShiftMasks); in BuildSDIV()
3833 ShiftMask = ShiftMasks[0]; in BuildSDIV()