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

/external/clang/lib/CodeGen/
H A DCGVTables.cpp162 llvm::Instruction *ThisStore = nullptr; local
166 ThisStore = cast<llvm::StoreInst>(I);
170 assert(ThisStore && "Store of this should be in entry block?");
172 Builder.SetInsertPoint(ThisStore);
175 ThisStore->setOperand(0, AdjustedThisPtr);

Completed in 58 milliseconds