Searched defs:AAValueConstantRangeImpl (Results 1 – 1 of 1) sorted by relevance
6983 struct AAValueConstantRangeImpl : AAValueConstantRange { struct6984 using StateType = IntegerRangeState;6985 AAValueConstantRangeImpl(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeImpl() function6989 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 …]