Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3728 llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr( in ModuleInitFunction() local
3732 selPtr = llvm::ConstantExpr::getBitCast(selPtr, SelectorTy); in ModuleInitFunction()
3733 selectorAliases[i]->replaceAllUsesWith(selPtr); in ModuleInitFunction()