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