Home
last modified time | relevance | path

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

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