Searched refs:ExpandIntOp_BR_CC (Results 1 – 2 of 2) sorted by relevance
357 SDValue ExpandIntOp_BR_CC(SDNode *N);
2517 case ISD::BR_CC: Res = ExpandIntOp_BR_CC(N); break; in ExpandIntegerOperand()2662 SDValue DAGTypeLegalizer::ExpandIntOp_BR_CC(SDNode *N) { in ExpandIntOp_BR_CC() function in DAGTypeLegalizer