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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1502 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); local
1503 PointerType *NestFPTy = cast<PointerType>(NestF->getType());
1506 const AttributeSet &NestAttrs = NestF->getAttributes();
1607 NestF->getType() == PointerType::getUnqual(NewFTy) ?
1608 NestF : ConstantExpr::getBitCast(NestF,
1637 NestF->getType() == PTy ? NestF :
1638 ConstantExpr::getBitCast(NestF, PTy);

Completed in 85 milliseconds