Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2354 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local
2355 PointerType *NestFPTy = cast<PointerType>(NestF->getType()); in transformCallThroughTrampoline()
2358 const AttributeSet &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()
2459 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()
2460 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()
2489 NestF->getType() == PTy ? NestF : in transformCallThroughTrampoline()
2490 ConstantExpr::getBitCast(NestF, PTy); in transformCallThroughTrampoline()