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

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp864 Value *CachedVal = new LoadInst(Cache, "fpcache", EntryBB); local
865 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal,
888 FuncPtr->addIncoming(CachedVal, EntryBB);

Completed in 68 milliseconds