reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1700 bool StoringOther = SI->getOperand(0) == OtherVal; 1703 if (StoringOther || SI->getOperand(0) == InitVal) { 1710 Instruction *StoredVal = cast<Instruction>(SI->getOperand(0)); 1729 new StoreInst(StoreVal, NewGV, false, None, SI->getOrdering(), 1730 SI->getSyncScopeID(), SI); 1730 SI->getSyncScopeID(), SI); 1731 NSI->setDebugLoc(SI->getDebugLoc());