Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp7346 auto IOffset2 = getOffsetFromIndex(GEP2, Idx, DL); in isPointerOffset() local
7347 if (!IOffset1 || !IOffset2) in isPointerOffset()
7349 return *IOffset2 - *IOffset1 + Offset2.getSExtValue() - in isPointerOffset()