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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4223   if ((Op0C && Op0C->isNullValue()) || (Op1C && Op1C->isNullValue()))
 4223   if ((Op0C && Op0C->isNullValue()) || (Op1C && Op1C->isNullValue()))
 4226   if (isMallocLikeFn(&Call, TLI) && Op0C) {
 4230                             Call.getContext(), Op0C->getZExtValue()));
 4234                             Call.getContext(), Op0C->getZExtValue()));
 4239   } else if (isCallocLikeFn(&Call, TLI) && Op0C && Op1C) {
 4241     const APInt &N = Op0C->getValue();