Lines Matching defs:TrampMem
3862 static IntrinsicInst *findInitTrampolineFromAlloca(Value *TrampMem) {
3865 Value *Underlying = TrampMem->stripPointerCasts();
3866 if (Underlying != TrampMem &&
3867 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem))
3873 for (User *U : TrampMem->users()) {
3895 if (InitTrampoline->getOperand(0) != TrampMem)
3902 Value *TrampMem) {
3911 II->getOperand(0) == TrampMem)
3929 Value *TrampMem = AdjustTramp->getOperand(0);
3931 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem))
3933 if (IntrinsicInst *IT = findInitTrampolineFromBB(AdjustTramp, TrampMem))