Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7690 SDValue LExtOp0 = LHSShiftAmt; in MatchRotate() local
7700 LExtOp0 = LHSShiftAmt.getOperand(0); in MatchRotate()
7706 MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, LExtOp0, in MatchRotate()
7713 LExtOp0, HasROTR, ISD::ROTR, ISD::ROTL, DL); in MatchRotate()
7720 LExtOp0, RExtOp0, HasFSHL, ISD::FSHL, ISD::FSHR, DL); in MatchRotate()
7726 RExtOp0, LExtOp0, HasFSHR, ISD::FSHR, ISD::FSHL, DL); in MatchRotate()