Searched refs:NestTy (Results 1 – 1 of 1) sorted by relevance
1258 Type *NestTy = 0; in transformCallThroughTrampoline() local1266 NestTy = *I; in transformCallThroughTrampoline()1271 if (NestTy) { in transformCallThroughTrampoline()1294 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()1295 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()1339 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()