Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp259 struct CastedValue { struct
265 explicit CastedValue(const Value *V) : V(V) {} in CastedValue() argument
275 CastedValue withValue(const Value *NewV) const { in withValue() argument
276 return CastedValue(NewV, ZExtBits, SExtBits, TruncBits); in withValue()
280 CastedValue withZExtOfValue(const Value *NewV) const { in withZExtOfValue() argument
292 CastedValue withSExtOfValue(const Value *NewV) const { in withSExtOfValue() argument
300 return CastedValue(NewV, ZExtBits, SExtBits + ExtendBy, 0); in withSExtOfValue()
328 bool hasSameCastsAs(const CastedValue &Other) const { in hasSameCastsAs() argument
336 CastedValue Val;
343 LinearExpression(const CastedValue &Val, const APInt &Scale, in LinearExpression()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp868 auto CastedValue = [V, this]() { in VisitConcreteInt() local
880 return VB.makeIntVal(CastedValue()); in VisitConcreteInt()
884 return VB.makeIntLocVal(CastedValue()); in VisitConcreteInt()