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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  366   SDValue PromoteIntOp_TRUNCATE(SDNode *N);

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1188   case ISD::TRUNCATE:     Res = PromoteIntOp_TRUNCATE(N); break;