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

Declarations

lib/Target/ARM/ARMFastISel.cpp
  174     bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);

References

lib/Target/ARM/ARMFastISel.cpp
 2845       return SelectBinaryIntOp(I, ISD::ADD);
 2847       return SelectBinaryIntOp(I, ISD::OR);
 2849       return SelectBinaryIntOp(I, ISD::SUB);