Searched refs:NestTy (Results 1 – 1 of 1) sorted by relevance
1765 Type *NestTy = nullptr; in transformCallThroughTrampoline() local1773 NestTy = *I; in transformCallThroughTrampoline()1778 if (NestTy) { in transformCallThroughTrampoline()1801 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()1802 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()1846 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()