Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp266 struct CastedValue { in CastedValue() argument
275 explicit CastedValue(const Value *V, unsigned ZExtBits, unsigned SExtBits, in withValue() argument
259 struct CastedValue { global() struct
260 V__anonb55f80c50111::CastedValue global() argument
261 ZExtBits__anonb55f80c50111::CastedValue global() argument
262 SExtBits__anonb55f80c50111::CastedValue global() argument
263 TruncBits__anonb55f80c50111::CastedValue global() argument
265 CastedValue__anonb55f80c50111::CastedValue CastedValue() argument
270 getBitWidth__anonb55f80c50111::CastedValue getBitWidth() argument
280 withZExtOfValue__anonb55f80c50111::CastedValue withZExtOfValue() argument
292 withSExtOfValue__anonb55f80c50111::CastedValue withSExtOfValue() argument
303 evaluateWith__anonb55f80c50111::CastedValue evaluateWith() argument
312 evaluateWith__anonb55f80c50111::CastedValue evaluateWith() argument
321 canDistributeOver__anonb55f80c50111::CastedValue canDistributeOver() argument
328 hasSameCastsAs__anonb55f80c50111::CastedValue hasSameCastsAs() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp868 auto CastedValue = [V, this]() { in VisitConcreteInt() local