Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp243 struct CastedValue { struct
249 explicit CastedValue(const Value *V) : V(V) {} in CastedValue() function
259 CastedValue withValue(const Value *NewV) const { in withValue() argument
260 return CastedValue(NewV, ZExtBits, SExtBits, TruncBits); in withValue()
264 CastedValue withZExtOfValue(const Value *NewV) const { in withZExtOfValue() argument
276 CastedValue withSExtOfValue(const Value *NewV) const { in withSExtOfValue() argument
284 return CastedValue(NewV, ZExtBits, SExtBits + ExtendBy, 0); in withSExtOfValue()
312 bool hasSameCastsAs(const CastedValue &Other) const { in hasSameCastsAs() argument
320 CastedValue Val;
327 LinearExpression(const CastedValue &Val, const APInt &Scale, in LinearExpression()
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp861 auto CastedValue = [V, this]() { in VisitNonLocConcreteInt() local
873 return VB.makeIntVal(CastedValue()); in VisitNonLocConcreteInt()
877 return VB.makeIntLocVal(CastedValue()); in VisitNonLocConcreteInt()