Home
last modified time | relevance | path

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

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