Searched refs:NestF (Results 1 – 3 of 3) sorted by relevance
1259 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local1260 PointerType *NestFPTy = cast<PointerType>(NestF->getType()); in transformCallThroughTrampoline()1263 const AttrListPtr &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()1358 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()1359 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()1388 NestF->getType() == PTy ? NestF : in transformCallThroughTrampoline()1389 ConstantExpr::getBitCast(NestF, PTy); in transformCallThroughTrampoline()
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()
4400 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local4401 FunctionType *NestFTy = cast<FunctionType>(NestF->getValueType()); in transformCallThroughTrampoline()4403 AttributeList NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()4492 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()4493 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()4527 NestF->getType() == PTy ? NestF : in transformCallThroughTrampoline()4528 ConstantExpr::getBitCast(NestF, PTy); in transformCallThroughTrampoline()