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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
  294   if (That.isOne())
  297   if (That.isMinusOne()) {
  302   if (isInt() && That.isInt()) {
  303     int Res = IntVal * (int)That.IntVal;
  310     isInt() ? That.getFpVal().getSemantics() : getFpVal().getSemantics();
  316   if (That.isInt())
  317     F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
  320     F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven);