Searched refs:NumTo (Results 1 – 1 of 1) sorted by relevance
207 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo,977 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, in CombineTo() argument979 assert(N->getNumValues() == NumTo && "Broken CombineTo call!"); in CombineTo()983 dbgs() << " and " << NumTo - 1 << " other values\n"); in CombineTo()984 for (unsigned i = 0, e = NumTo; i != e; ++i) in CombineTo()993 for (unsigned i = 0, e = NumTo; i != e; ++i) { in CombineTo()