reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
899 if (!RetVal) break; // handle "ret void" 900 if (isa<Constant>(RetVal)) break; // nothing to do 901 if (auto *C = getConstantAt(RetVal, RI, LVI)) { 903 RI->replaceUsesOfWith(RetVal, C);