Searched defs:SelPtr (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 38 milliseconds