Searched refs:RExtOp0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6376 SDValue RExtOp0 = RHSShiftAmt; local
6386 RExtOp0 = RHSShiftAmt.getOperand(0);
6390 LExtOp0, RExtOp0, ISD::ROTL, ISD::ROTR, DL);
6395 RExtOp0, LExtOp0, ISD::ROTR, ISD::ROTL, DL);

Completed in 99 milliseconds