Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6304 SDValue SignShift = DAG.getConstant(EltBits - 1, dl, ShVT); in BuildSDIV() local
6305 SDValue T = DAG.getNode(ISD::SRL, dl, VT, Q, SignShift); in BuildSDIV()