Searched refs:HsOpc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 8091 unsigned HsOpc = IsLeft ? ISD::SRL : ISD::SHL; in expandROT() local 8102 HsVal = DAG.getNode(HsOpc, DL, VT, Op0, HsAmt); in expandROT() 8112 DAG.getNode(HsOpc, DL, VT, DAG.getNode(HsOpc, DL, VT, Op0, One), HsAmt); in expandROT()
|