Searched refs:NestTy (Results 1 – 3 of 3) sorted by relevance
1266 Type *NestTy = 0; in transformCallThroughTrampoline() local1274 NestTy = *I; in transformCallThroughTrampoline()1279 if (NestTy) { in transformCallThroughTrampoline()1301 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()1302 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()1341 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()
2912 Type *NestTy = nullptr; in transformCallThroughTrampoline() local2920 NestTy = *I; in transformCallThroughTrampoline()2925 if (NestTy) { in transformCallThroughTrampoline()2948 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()2949 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()2994 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()
4406 Type *NestTy = nullptr; in transformCallThroughTrampoline() local4416 NestTy = *I; in transformCallThroughTrampoline()4422 if (NestTy) { in transformCallThroughTrampoline()4439 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()4440 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()4474 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()