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

References

lib/Transforms/IPO/Attributor.cpp
 3324     return SimplifiedAssociatedValue;
 3369     if (!SimplifiedAssociatedValue.hasValue() ||
 3370         !SimplifiedAssociatedValue.getValue())
 3373     if (auto *C = dyn_cast<Constant>(SimplifiedAssociatedValue.getValue())) {
 3400     bool HasValueBefore = SimplifiedAssociatedValue.hasValue();
 3406         return checkAndUpdate(A, *this, *ArgOp, SimplifiedAssociatedValue);
 3414     return HasValueBefore == SimplifiedAssociatedValue.hasValue()
 3430     bool HasValueBefore = SimplifiedAssociatedValue.hasValue();
 3433       return checkAndUpdate(A, *this, V, SimplifiedAssociatedValue);
 3440     return HasValueBefore == SimplifiedAssociatedValue.hasValue()
 3464     bool HasValueBefore = SimplifiedAssociatedValue.hasValue();
 3476       return checkAndUpdate(A, *this, V, SimplifiedAssociatedValue);
 3486     return HasValueBefore == SimplifiedAssociatedValue.hasValue()
 3502     SimplifiedAssociatedValue = &getAnchorValue();