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

Declarations

lib/Target/AArch64/AArch64FastISel.cpp
  168   bool selectIntToFP(const Instruction *I, bool Signed);

References

lib/Target/AArch64/AArch64FastISel.cpp
 5203       return selectIntToFP(I, /*Signed=*/true);
 5206     return selectIntToFP(I, /*Signed=*/false);