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

References

lib/Target/Hexagon/HexagonConstPropagation.cpp
 1625         V = static_cast<int8_t>(V);
 1625         V = static_cast<int8_t>(V);
 1628         V = static_cast<int16_t>(V);
 1628         V = static_cast<int16_t>(V);
 1631         V = static_cast<int32_t>(V);
 1631         V = static_cast<int32_t>(V);
 1637         V = (V << (64-Bits)) >> (64-Bits);
 1637         V = (V << (64-Bits)) >> (64-Bits);
 1642     Result = APInt(Width, V, true);