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

References

include/llvm/Support/TypeSize.h
   71     return std::tie(LHS.MinSize, LHS.IsScalable) ==
   72            std::tie(RHS.MinSize, RHS.IsScalable);
   89     assert(LHS.IsScalable == RHS.IsScalable &&
   89     assert(LHS.IsScalable == RHS.IsScalable &&
  110     return { MinSize * RHS, IsScalable };
  114     return { LHS * RHS.MinSize, RHS.IsScalable };
  118     return { MinSize / RHS, IsScalable };
  125     assert(!IsScalable && "Request for a fixed size on a scalable object");
  138     return IsScalable;
  152     return { MinSize * RHS, IsScalable };
  156     return { MinSize * RHS, IsScalable };
  160     return { MinSize * RHS, IsScalable };
  164     return { LHS * RHS.MinSize, RHS.IsScalable };
  168     return { LHS * RHS.MinSize, RHS.IsScalable };
  172     return { LHS * RHS.MinSize, RHS.IsScalable };
  176     return { MinSize / RHS, IsScalable };
  180     return { MinSize / RHS, IsScalable };
  184     return { MinSize / RHS, IsScalable };