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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3255 SDValue LHSShiftArg = LHSShift.getOperand(0); local
3269 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt);
3302 return DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT, LHSShiftArg,
3315 return DAG.getNode(HasROTR ? ISD::ROTR : ISD::ROTL, DL, VT, LHSShiftArg,
3342 LHSShiftArg,
3356 LHSShiftArg,

Completed in 211 milliseconds