Searched refs:NestTy (Results 1 – 1 of 1) sorted by relevance
4363 Type *NestTy = nullptr; in transformCallThroughTrampoline() local4373 NestTy = *I; in transformCallThroughTrampoline()4379 if (NestTy) { in transformCallThroughTrampoline()4395 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()4396 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()4430 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()