Lines Matching defs:TrampMem
3692 static IntrinsicInst *findInitTrampolineFromAlloca(Value *TrampMem) {
3695 Value *Underlying = TrampMem->stripPointerCasts();
3696 if (Underlying != TrampMem &&
3697 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem))
3703 for (User *U : TrampMem->users()) {
3725 if (InitTrampoline->getOperand(0) != TrampMem)
3732 Value *TrampMem) {
3741 II->getOperand(0) == TrampMem)
3759 Value *TrampMem = AdjustTramp->getOperand(0);
3761 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem))
3763 if (IntrinsicInst *IT = findInitTrampolineFromBB(AdjustTramp, TrampMem))