Home
last modified time | relevance | path

Searched refs:NumTo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp297 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo,
1101 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, in CombineTo() argument
1103 assert(N->getNumValues() == NumTo && "Broken CombineTo call!"); in CombineTo()
1107 dbgs() << " and " << NumTo - 1 << " other values\n"); in CombineTo()
1108 for (unsigned i = 0, e = NumTo; i != e; ++i) in CombineTo()
1117 for (unsigned i = 0, e = NumTo; i != e; ++i) { in CombineTo()