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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  566     if ((ToSize != 32 && ToSize != 64) || (FromSize != 32 && FromSize != 64))
  566     if ((ToSize != 32 && ToSize != 64) || (FromSize != 32 && FromSize != 64))
  571         FromSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx));