Searched refs:PromotedSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp211 unsigned PromotedSize = Ctx.getTypeSize(Op.E->getType()); local
212 return (2 * Ctx.getTypeSize(LHSTy)) < PromotedSize ||
213 (2 * Ctx.getTypeSize(RHSTy)) < PromotedSize;

Completed in 56 milliseconds