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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  348   SDValue PromoteIntOp_BITCAST(SDNode *N);

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1159   case ISD::BITCAST:      Res = PromoteIntOp_BITCAST(N); break;