Searched refs:NestTy (Results 1 – 3 of 3) sorted by relevance
2431 Type *NestTy = nullptr; in transformCallThroughTrampoline() local2441 NestTy = *I; in transformCallThroughTrampoline()2447 if (NestTy) { in transformCallThroughTrampoline()2463 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()2464 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()2498 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()
4845 Type *NestTy = nullptr; in transformCallThroughTrampoline() local4855 NestTy = *I; in transformCallThroughTrampoline()4861 if (NestTy) { in transformCallThroughTrampoline()4877 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()4878 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()4912 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()