Searched refs:lookThroughComplexAddresses (Results 1 – 1 of 1) sorted by relevance
137 bool lookThroughComplexAddresses(Value *PtrA, Value *PtrB, APInt PtrDelta,383 return lookThroughComplexAddresses(PtrA, PtrB, BaseDelta, Depth); in areConsecutivePointers()461 bool Vectorizer::lookThroughComplexAddresses(Value *PtrA, Value *PtrB, in lookThroughComplexAddresses() function in Vectorizer