Searched refs:HsOpc (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7630 unsigned HsOpc = IsLeft ? ISD::SRL : ISD::SHL; in expandROT() local 7641 HsVal = DAG.getNode(HsOpc, DL, VT, Op0, HsAmt); in expandROT() 7651 DAG.getNode(HsOpc, DL, VT, DAG.getNode(HsOpc, DL, VT, Op0, One), HsAmt); in expandROT()
|