Searched refs:RotX (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8541 SDValue RotX = DAG.getNode(ISD::ROTL, DL, VT, X, LHSShiftAmt); in MatchRotate() local 8543 Res = DAG.getNode(ISD::OR, DL, VT, RotX, ShlY); in MatchRotate() 8546 SDValue RotX = DAG.getNode(ISD::ROTL, DL, VT, X, LHSShiftAmt); in MatchRotate() local 8548 Res = DAG.getNode(ISD::OR, DL, VT, RotX, SrlY); in MatchRotate()
|