Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp238 ConstantRange offsetFrom(Value *Addr, Value *Base);
258 ConstantRange StackSafetyLocalAnalysis::offsetFrom(Value *Addr, Value *Base) { in offsetFrom() function in __anon9ddec65d0211::StackSafetyLocalAnalysis
283 ConstantRange Offsets = offsetFrom(Addr, Base); in getAccessRange()
424 ConstantRange Offsets = offsetFrom(UI, Ptr); in analyzeAllUses()