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

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
  189   auto OptionalLHSTy = getUnwidenedIntegerType(Ctx, BO->getLHS());
  193   auto OptionalRHSTy = getUnwidenedIntegerType(Ctx, BO->getRHS());
  208   unsigned PromotedSize = Ctx.getTypeSize(Op.E->getType());
  209   return (2 * Ctx.getTypeSize(LHSTy)) < PromotedSize ||
  210          (2 * Ctx.getTypeSize(RHSTy)) < PromotedSize;