Searched refs:NestF (Results 1 – 3 of 3) sorted by relevance
2906 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local2907 FunctionType *NestFTy = cast<FunctionType>(NestF->getValueType()); in transformCallThroughTrampoline()2909 const AttributeSet &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()3012 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()3013 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()3045 NestF->getType() == PTy ? NestF : in transformCallThroughTrampoline()3046 ConstantExpr::getBitCast(NestF, PTy); in transformCallThroughTrampoline()
2425 Function *NestF = cast<Function>(Tramp.getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local2426 FunctionType *NestFTy = NestF->getFunctionType(); in transformCallThroughTrampoline()2428 AttributeList NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()2516 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()2517 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()2556 Constant *NewCallee = ConstantExpr::getBitCast(NestF, CalleeTy); in transformCallThroughTrampoline()
4839 Function *NestF = cast<Function>(Tramp.getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local4840 FunctionType *NestFTy = NestF->getFunctionType(); in transformCallThroughTrampoline()4842 AttributeList NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()4930 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()4931 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()4970 Constant *NewCallee = ConstantExpr::getBitCast(NestF, CalleeTy); in transformCallThroughTrampoline()