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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 2111   EVT VT = N->getValueType(0);
 2116                               N->getOperand(0).getValueType().getSizeInBits());
 2117   SDValue Cast = DAG.getBitcast(IVT, N->getOperand(0));
 2118   return DAG.getNode(GetPromotionOpcode(VT, NVT), SDLoc(N), NVT, Cast);