Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Underlying

804   Value *Underlying = TrampMem->stripPointerCasts();
805 if (Underlying != TrampMem &&
806 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
808 if (!isa<AllocaInst>(Underlying))
1249 // underlying function.