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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4123   if (!CI->getCalledFunction()) return nullptr;
 4133   if (Value *With = Simplifier.optimizeCall(CI)) {
 4135     return CI->use_empty() ? CI : replaceInstUsesWith(*CI, With);
 4135     return CI->use_empty() ? CI : replaceInstUsesWith(*CI, With);
 4135     return CI->use_empty() ? CI : replaceInstUsesWith(*CI, With);