Home | History | Annotate | Download | only in Analysis

Lines Matching refs:MaxLookup

1897 llvm::GetUnderlyingObject(Value *V, const DataLayout *TD, unsigned MaxLookup) {
1900 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) {
1929 unsigned MaxLookup) {
1935 P = GetUnderlyingObject(P, TD, MaxLookup);