Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8542 SDValue ShlY = DAG.getNode(ISD::SHL, DL, VT, Y, LHSShiftAmt); in MatchRotate() local
8543 Res = DAG.getNode(ISD::OR, DL, VT, RotX, ShlY); in MatchRotate()