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

Declarations

lib/Target/X86/X86FastISel.cpp
  137   bool X86SelectIntToFP(const Instruction *I, bool IsSigned);

References

lib/Target/X86/X86FastISel.cpp
 2460   return X86SelectIntToFP(I, /*IsSigned*/true);
 2464   return X86SelectIntToFP(I, /*IsSigned*/false);