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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
  186     Value *simplifyFAdd(AddendVect& V, unsigned InstrQuota);
  192     unsigned calcInstrNumber(const AddendVect& Vect);
  198     Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
  457     AddendVect AllOpnds;
  488     AddendVect AllOpnds;
  500     AddendVect AllOpnds;
  513 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) {
  529   AddendVect SimpVect;
  601   (const AddendVect &Opnds, unsigned InstrQuota) {
  700 unsigned FAddCombine::calcInstrNumber(const AddendVect &Opnds) {