Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Underlying

1859   Value *Underlying = TrampMem->stripPointerCasts();
1860 if (Underlying != TrampMem &&
1861 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem))
1863 if (!isa<AllocaInst>(Underlying))
2336 // underlying function.