Searched refs:NestVal (Results 1 – 1 of 1) sorted by relevance
4675 Value *NestVal = Tramp.getArgOperand(2); in transformCallThroughTrampoline() local4676 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()4677 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()4678 NewArgs.push_back(NestVal); in transformCallThroughTrampoline()