Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp246 ConstantRange offsetFrom(Value *Addr, Value *Base);
271 ConstantRange StackSafetyLocalAnalysis::offsetFrom(Value *Addr, Value *Base) { in offsetFrom() function in __anon770d5a5f0211::StackSafetyLocalAnalysis
296 ConstantRange Offsets = offsetFrom(Addr, Base); in getAccessRange()
515 ConstantRange Offsets = offsetFrom(UI, Ptr); in analyzeAllUses()