Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5705 auto SignShift = MIB.buildConstant(ShiftAmtTy, EltBits - 1); in buildSDivUsingMul() local
5706 auto T = MIB.buildLShr(Ty, Q, SignShift); in buildSDivUsingMul()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6656 SDValue SignShift = DAG.getConstant(EltBits - 1, dl, ShVT); in BuildSDIV() local
6657 SDValue T = DAG.getNode(ISD::SRL, dl, VT, Q, SignShift); in BuildSDIV()