Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7809 SDValue RotX = DAG.getNode(ISD::ROTL, DL, VT, X, LHSShiftAmt); in MatchRotate() local
7811 Res = DAG.getNode(ISD::OR, DL, VT, RotX, ShlY); in MatchRotate()
7814 SDValue RotX = DAG.getNode(ISD::ROTL, DL, VT, X, LHSShiftAmt); in MatchRotate() local
7816 Res = DAG.getNode(ISD::OR, DL, VT, RotX, SrlY); in MatchRotate()