Searched refs:LowerROTL (Results 1 – 2 of 2) sorted by relevance
47 SDValue LowerROTL(SDValue Op, SelectionDAG &DAG) const;
250 case ISD::ROTL: return LowerROTL(Op, DAG); in LowerOperation()374 SDValue R600TargetLowering::LowerROTL(SDValue Op, SelectionDAG &DAG) const in LowerROTL() function in R600TargetLowering