Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7434 struct AAValueConstantRangeFunction : AAValueConstantRangeImpl { struct
7435 AAValueConstantRangeFunction(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFunction() argument
7439 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
7445 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(value_range) } in trackStatistics()