Searched refs:NestFTy (Results 1 – 3 of 3) sorted by relevance
1261 FunctionType *NestFTy = cast<FunctionType>(NestFPTy->getElementType()); in transformCallThroughTrampoline() local1270 for (FunctionType::param_iterator I = NestFTy->param_begin(), in transformCallThroughTrampoline()1271 E = NestFTy->param_end(); I != E; ++NestIdx, ++I) in transformCallThroughTrampoline()
2907 FunctionType *NestFTy = cast<FunctionType>(NestF->getValueType()); in transformCallThroughTrampoline() local2916 for (FunctionType::param_iterator I = NestFTy->param_begin(), in transformCallThroughTrampoline()2917 E = NestFTy->param_end(); I != E; ++NestIdx, ++I) in transformCallThroughTrampoline()
4401 FunctionType *NestFTy = cast<FunctionType>(NestF->getValueType()); in transformCallThroughTrampoline() local4410 for (FunctionType::param_iterator I = NestFTy->param_begin(), in transformCallThroughTrampoline()4411 E = NestFTy->param_end(); in transformCallThroughTrampoline()