Searched refs:NumTo (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 161 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, 862 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, in CombineTo() argument 864 assert(N->getNumValues() == NumTo && "Broken CombineTo call!"); in CombineTo() 870 dbgs() << " and " << NumTo-1 << " other values\n"); in CombineTo() 871 for (unsigned i = 0, e = NumTo; i != e; ++i) in CombineTo() 880 for (unsigned i = 0, e = NumTo; i != e; ++i) { in CombineTo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 280 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, 998 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, in CombineTo() argument 1000 assert(N->getNumValues() == NumTo && "Broken CombineTo call!"); in CombineTo() 1004 dbgs() << " and " << NumTo - 1 << " other values\n"); in CombineTo() 1005 for (unsigned i = 0, e = NumTo; i != e; ++i) in CombineTo() 1014 for (unsigned i = 0, e = NumTo; i != e; ++i) { in CombineTo()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 297 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, 1111 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, in CombineTo() argument 1113 assert(N->getNumValues() == NumTo && "Broken CombineTo call!"); in CombineTo() 1117 dbgs() << " and " << NumTo - 1 << " other values\n"); in CombineTo() 1118 for (unsigned i = 0, e = NumTo; i != e; ++i) in CombineTo() 1127 for (unsigned i = 0, e = NumTo; i != e; ++i) { in CombineTo()
|