reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2673 if (!FoundVal) { 2679 if (auto *SI = dyn_cast<StoreInst>(FoundVal)) 2680 FoundVal = SI->getValueOperand(); 2681 return FoundVal;