Searched refs:NestVal (Results 1 – 3 of 3) sorted by relevance
1300 Value *NestVal = Tramp->getArgOperand(2); in transformCallThroughTrampoline() local1301 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()1302 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()1303 NewArgs.push_back(NestVal); in transformCallThroughTrampoline()
2947 Value *NestVal = Tramp->getArgOperand(2); in transformCallThroughTrampoline() local2948 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()2949 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()2950 NewArgs.push_back(NestVal); in transformCallThroughTrampoline()
4438 Value *NestVal = Tramp->getArgOperand(2); in transformCallThroughTrampoline() local4439 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()4440 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()4441 NewArgs.push_back(NestVal); in transformCallThroughTrampoline()