Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1758 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local
1759 PointerType *NestFPTy = cast<PointerType>(NestF->getType()); in transformCallThroughTrampoline()
1762 const AttributeSet &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()
1863 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()
1864 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()
1893 NestF->getType() == PTy ? NestF : in transformCallThroughTrampoline()
1894 ConstantExpr::getBitCast(NestF, PTy); in transformCallThroughTrampoline()