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

References

lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  640   if (NumOps && Node->getOperand(NumOps-1).getValueType() == MVT::Other)
  640   if (NumOps && Node->getOperand(NumOps-1).getValueType() == MVT::Other)
  641     --NumOps; // Ignore chain if it exists.
  643   assert((NumOps & 1) == 1 &&
  645   for (unsigned i = 1; i != NumOps; ++i) {