Searched defs:OldBuf (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp459 OldJmpBufPtr = GetElementPtrInst::Create(JmpBuf, Idx, "OldBuf",
463 Value *OldBuf = new LoadInst(JBListHead, "oldjmpbufptr", true, local
465 new StoreInst(OldBuf, OldJmpBufPtr, true, EntryBB->getTerminator());
595 Value *OldBuf = new LoadInst(OldJmpBufPtr, "oldjmpbufptr", true, R); local
596 new StoreInst(OldBuf, JBListHead, true, R);

Completed in 34 milliseconds