Home
last modified time | relevance | path

Searched refs:IsPromotion (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp682 const bool IsPromotion = What.getBitWidth() < Ty.getBitWidth(); in castTo() local
699 if (IsConversion && (!IsPromotion || !What.isUnsigned())) in castTo()
702 assert(IsPromotion && "Only promotion operation from unsigneds left."); in castTo()