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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
   73     bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
  269     set(That.getFpVal());
  278       getFpVal().add(That.getFpVal(), RndMode);
  283     const APFloat &T = That.getFpVal();
  310     isInt() ? That.getFpVal().getSemantics() : getFpVal().getSemantics();
  320     F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven);
  333     ConstantFP::get(Ty->getContext(), getFpVal());