Lines Matching refs:TrampMem
2401 static IntrinsicInst *findInitTrampolineFromAlloca(Value *TrampMem) {
2404 Value *Underlying = TrampMem->stripPointerCasts();
2405 if (Underlying != TrampMem &&
2406 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem))
2412 for (User *U : TrampMem->users()) {
2434 if (InitTrampoline->getOperand(0) != TrampMem)
2441 Value *TrampMem) {
2450 II->getOperand(0) == TrampMem)
2469 Value *TrampMem = AdjustTramp->getOperand(0);
2471 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem))
2473 if (IntrinsicInst *IT = findInitTrampolineFromBB(AdjustTramp, TrampMem))