Searched refs:MaxLookupSearchDepth (Results 1 – 2 of 2) sorted by relevance
51 constexpr unsigned MaxLookupSearchDepth = 10; variable441 getUnderlyingObject(const Value *V, unsigned MaxLookup = MaxLookupSearchDepth);443 unsigned MaxLookup = MaxLookupSearchDepth) {484 unsigned MaxLookup = MaxLookupSearchDepth);
594 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression()1603 const Value *O1 = getUnderlyingObject(V1, MaxLookupSearchDepth); in aliasCheck()1604 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck()