Searched refs:ExpandIntOp_SELECT_CC (Results 1 – 2 of 2) sorted by relevance
379 SDValue ExpandIntOp_SELECT_CC(SDNode *N);
2664 case ISD::SELECT_CC: Res = ExpandIntOp_SELECT_CC(N); break; in ExpandIntegerOperand()2864 SDValue DAGTypeLegalizer::ExpandIntOp_SELECT_CC(SDNode *N) { in ExpandIntOp_SELECT_CC() function in DAGTypeLegalizer