reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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)