Searched refs:NestF (Results 1 – 1 of 1) sorted by relevance
2856 Function *NestF = cast<Function>(Tramp.getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local2857 FunctionType *NestFTy = NestF->getFunctionType(); in transformCallThroughTrampoline()2859 AttributeList NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()2947 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()2948 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()2987 Constant *NewCallee = ConstantExpr::getBitCast(NestF, CalleeTy); in transformCallThroughTrampoline()