reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/GlobalOpt.cpp
 1704         StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()),
 1718           StoreVal = new LoadInst(NewGV->getValueType(), NewGV,
 1724           StoreVal = StoredVal->getOperand(0);
 1725           assert(isa<LoadInst>(StoreVal) && "Not a load of NewGV!");
 1729           new StoreInst(StoreVal, NewGV, false, None, SI->getOrdering(),