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

References

tools/clang/lib/Basic/FixedPoint.cpp
  185   llvm::APSInt IntPart = Val >> Scale;
  189   llvm::APInt FractPart = Val.zextOrTrunc(Scale).zext(Width);
  190   llvm::APInt FractPartMask = llvm::APInt::getAllOnesValue(Scale).zext(Width);
  197         .lshr(Scale)