Home
last modified time | relevance | path

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

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