Searched refs:GEP1BasePtr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp937 const Value *GEP1BasePtr = local
944 if (GEP1BasePtr != UnderlyingV1 || GEP2BasePtr != UnderlyingV2) {
967 const Value *GEP1BasePtr = local
981 if (GEP1BasePtr != UnderlyingV1 || GEP2BasePtr != UnderlyingV2) {
1024 const Value *GEP1BasePtr = local
1031 if (GEP1BasePtr != UnderlyingV1) {
1124 // If we know all the variables are positive, then GEP1 >= GEP1BasePtr.
1125 // If GEP1BasePtr > V2 (GEP1BaseOffset > 0) then we know the pointers
1126 // don't alias if V2Size can fit in the gap between V2 and GEP1BasePtr.

Completed in 49 milliseconds