Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp5511 struct AAValueConstantRangeFunction : AAValueConstantRangeImpl { struct
5512 AAValueConstantRangeFunction(const IRPosition &IRP) in AAValueConstantRangeFunction() argument
5525 struct AAValueConstantRangeCallSite : AAValueConstantRangeFunction { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9376 struct AAValueConstantRangeFunction : AAValueConstantRangeImpl { struct
9377 AAValueConstantRangeFunction(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFunction() argument
9381 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9387 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(value_range) } in trackStatistics()