Searched refs:NestTy (Results 1 – 1 of 1) sorted by relevance
3697 Type *NestTy = nullptr; in transformCallThroughTrampoline() local3707 NestTy = *I; in transformCallThroughTrampoline()3713 if (NestTy) { in transformCallThroughTrampoline()3729 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()3730 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()3764 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()