Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp681 const bool IsTruncation = What.getBitWidth() > Ty.getBitWidth(); in castTo() local
684 if (IsTruncation) in castTo()