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

Declarations

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

References

lib/Target/AArch64/AArch64FastISel.cpp
 5186       return selectFPToInt(I, /*Signed=*/true);
 5189     return selectFPToInt(I, /*Signed=*/false);