Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp5511 struct AAValueConstantRangeFunction : AAValueConstantRangeImpl { struct
5512 AAValueConstantRangeFunction(const IRPosition &IRP) in AAValueConstantRangeFunction() argument
5525 struct AAValueConstantRangeCallSite : AAValueConstantRangeFunction { argument
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp7346 struct AAValueConstantRangeFunction : AAValueConstantRangeImpl { struct
7347 AAValueConstantRangeFunction(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFunction() function
7351 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
7357 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(value_range) } in trackStatistics()