Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp7115 struct AAValueConstantRangeReturned struct
7118 using Base = AAReturnedFromReturnedValues<AAValueConstantRange,
7120 AAValueConstantRangeReturned(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeReturned() argument
7124 void initialize(Attributor &A) override {} in initialize()
7127 void trackStatistics() const override { in trackStatistics()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp5328 struct AAValueConstantRangeReturned : AAValueConstantRangeImpl { struct
5329 AAValueConstantRangeReturned(const IRPosition &IRP) in AAValueConstantRangeReturned() argument
5333 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
5347 void trackStatistics() const override { in trackStatistics()