Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9534 struct AAValueConstantRangeFunction : AAValueConstantRangeImpl { struct
9535 AAValueConstantRangeFunction(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFunction() argument
9539 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9545 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(value_range) } in trackStatistics()