Home
last modified time | relevance | path

Searched refs:NestF (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2856 Function *NestF = cast<Function>(Tramp.getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local
2857 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()