reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4144   Value *Underlying = TrampMem->stripPointerCasts();
 4145   if (Underlying != TrampMem &&
 4146       (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem))
 4152   for (User *U : TrampMem->users()) {
 4174   if (InitTrampoline->getOperand(0) != TrampMem)