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

Declarations

lib/Target/PowerPC/PPCFastISel.cpp
  137     bool SelectFPToI(const Instruction *I, bool IsSigned);

References

lib/Target/PowerPC/PPCFastISel.cpp
 1957       return SelectFPToI(I, /*IsSigned*/ true);
 1959       return SelectFPToI(I, /*IsSigned*/ false);