Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Underlying

824   Value *Underlying = TrampMem->stripPointerCasts();
825 if (Underlying != TrampMem &&
826 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
828 if (!isa<AllocaInst>(Underlying))
1241 // underlying function.