Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8601 struct AAValueConstantRangeFunction : AAValueConstantRangeImpl { struct
8602 AAValueConstantRangeFunction(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFunction() argument
8606 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
8612 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(value_range) } in trackStatistics()