Home | History | Annotate | Download | only in IPO

Lines Matching refs:StoreVal

1849       Value *StoreVal;
1851 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()),
1865 StoreVal = new LoadInst(NewGV, LI->getName()+".b", false, 0,
1870 StoreVal = StoredVal->getOperand(0);
1871 assert(isa<LoadInst>(StoreVal) && "Not a load of NewGV!");
1874 new StoreInst(StoreVal, NewGV, false, 0,