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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1493     return BinaryOperator::CreateFSubFMF(Y, X, &I);
 1501     return BinaryOperator::CreateFSubFMF(Z, XY, &I);
 1510     return BinaryOperator::CreateFSubFMF(Z, XY, &I);
 2082     return BinaryOperator::CreateFSubFMF(Y, X, &I);
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  471         return BinaryOperator::CreateFSubFMF(CC1, XC, &I);
  569       return BinaryOperator::CreateFSubFMF(LogXTimesY, Y, &I);