Searched refs:NestTy (Results 1 – 1 of 1) sorted by relevance
2361 Type *NestTy = nullptr; in transformCallThroughTrampoline() local2369 NestTy = *I; in transformCallThroughTrampoline()2374 if (NestTy) { in transformCallThroughTrampoline()2397 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()2398 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()2442 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()