Searched refs:PromoteIntOp_Shift (Results 1 – 2 of 2) sorted by relevance
307 SDValue PromoteIntOp_Shift(SDNode *N);
917 case ISD::ROTR: Res = PromoteIntOp_Shift(N); break; in PromoteIntegerOperand()1145 SDValue DAGTypeLegalizer::PromoteIntOp_Shift(SDNode *N) { in PromoteIntOp_Shift() function in DAGTypeLegalizer