Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6983 struct AAValueConstantRangeImpl : AAValueConstantRange { struct
6984 using StateType = IntegerRangeState;
6985 AAValueConstantRangeImpl(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeImpl() function
6989 const std::string getAsStr() const override { in getAsStr()
7002 const SCEV *getSCEV(Attributor &A, const Instruction *I = nullptr) const { in getSCEV()
7025 ConstantRange getConstantRangeFromSCEV(Attributor &A, in getConstantRangeFromSCEV()
7044 getConstantRangeFromLVI(Attributor &A, in getConstantRangeFromLVI()
7061 getKnownConstantRange(Attributor &A, in getKnownConstantRange()
7073 getAssumedConstantRange(Attributor &A, in getAssumedConstantRange()
7089 void initialize(Attributor &A) override { in initialize()
[all …]