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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2498 llvm::Constant *SelPtr = llvm::ConstantExpr::getGetElementPtr(SelectorList, local
2502 SelPtr = llvm::ConstantExpr::getBitCast(SelPtr, SelectorTy);
2503 SelectorAliases[i]->replaceAllUsesWith(SelPtr);

Completed in 30 milliseconds