Home
last modified time | relevance | path

Searched defs:AAValueConstantRangeFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9519 struct AAValueConstantRangeFunction : AAValueConstantRangeImpl { struct
9520 AAValueConstantRangeFunction(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFunction() function
9524 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9530 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(value_range) } in trackStatistics()