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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3669 SDValue RExtOp0 = RHSShiftAmt; local
3679 RExtOp0 = RHSShiftAmt.getOperand(0);
3683 LExtOp0, RExtOp0, ISD::ROTL, ISD::ROTR, DL);
3688 RExtOp0, LExtOp0, ISD::ROTR, ISD::ROTL, DL);

Completed in 70 milliseconds