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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1251 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); local
1252 PointerType *NestFPTy = cast<PointerType>(NestF->getType());
1255 const AttributeSet &NestAttrs = NestF->getAttributes();
1356 NestF->getType() == PointerType::getUnqual(NewFTy) ?
1357 NestF : ConstantExpr::getBitCast(NestF,
1386 NestF->getType() == PTy ? NestF :
1387 ConstantExpr::getBitCast(NestF, PTy);

Completed in 43 milliseconds