Searched refs:ExpandIntOp_Shift (Results 1 – 2 of 2) sorted by relevance
492 SDValue ExpandIntOp_Shift(SDNode *N);
4845 case ISD::ROTR: Res = ExpandIntOp_Shift(N); break; in ExpandIntegerOperand()5106 SDValue DAGTypeLegalizer::ExpandIntOp_Shift(SDNode *N) { in ExpandIntOp_Shift() function in DAGTypeLegalizer