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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 1816   assert(NVT.isByteSized() && "Expanded type not byte sized!");
 1817   assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?");
 1818   (void)NVT;