reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1550   if ((unsigned)Cond >= CondCodeNodes.size())
 1551     CondCodeNodes.resize(Cond+1);
 1553   if (!CondCodeNodes[Cond]) {
 1554     auto *N = newSDNode<CondCodeSDNode>(Cond);
 1555     CondCodeNodes[Cond] = N;
 1559   return SDValue(CondCodeNodes[Cond], 0);