Home | History | Annotate | Download | only in IPO

Lines Matching refs:StoreVal

1600       Value *StoreVal;
1602 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()),
1616 StoreVal = new LoadInst(NewGV, LI->getName()+".b", false, 0,
1621 StoreVal = StoredVal->getOperand(0);
1622 assert(isa<LoadInst>(StoreVal) && "Not a load of NewGV!");
1625 new StoreInst(StoreVal, NewGV, false, 0,