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