Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8094 SDValue HsVal; in expandROT() local
8102 HsVal = DAG.getNode(HsOpc, DL, VT, Op0, HsAmt); in expandROT()
8111 HsVal = in expandROT()
8114 return DAG.getNode(ISD::OR, DL, VT, ShVal, HsVal); in expandROT()