Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp682 const bool IsTruncation = What.getBitWidth() > Ty.getBitWidth(); in castTo() local
685 if (IsTruncation) in castTo()