Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp254 ConstantRange offsetFrom(Value *Addr, Value *Base);
293 ConstantRange StackSafetyLocalAnalysis::offsetFrom(Value *Addr, Value *Base) { in offsetFrom() function in __anon88e494be0211::StackSafetyLocalAnalysis
320 ConstantRange Offsets = offsetFrom(Addr, Base); in getAccessRange()
537 ConstantRange Offsets = offsetFrom(UI, Ptr); in analyzeAllUses()