Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7633 SDValue HsVal; in expandROT() local
7641 HsVal = DAG.getNode(HsOpc, DL, VT, Op0, HsAmt); in expandROT()
7650 HsVal = in expandROT()
7653 return DAG.getNode(ISD::OR, DL, VT, ShVal, HsVal); in expandROT()