Lines Matching defs:AAValueConstantRangeImpl
8030 struct AAValueConstantRangeImpl : AAValueConstantRange { struct
8031 using StateType = IntegerRangeState;
8032 AAValueConstantRangeImpl(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeImpl() function
8036 void initialize(Attributor &A) override { in initialize()
8050 const std::string getAsStr() const override { in getAsStr()
8063 const SCEV *getSCEV(Attributor &A, const Instruction *I = nullptr) const { in getSCEV()
8086 ConstantRange getConstantRangeFromSCEV(Attributor &A, in getConstantRangeFromSCEV()
8105 getConstantRangeFromLVI(Attributor &A, in getConstantRangeFromLVI()
8125 bool isValidCtxInstructionForOutsideAnalysis(Attributor &A, in isValidCtxInstructionForOutsideAnalysis()
8152 getKnownConstantRange(Attributor &A, in getKnownConstantRange()
8165 getAssumedConstantRange(Attributor &A, in getAssumedConstantRange()
8182 getMDNodeForConstantRange(Type *Ty, LLVMContext &Ctx, in getMDNodeForConstantRange()
8192 static bool isBetterRange(const ConstantRange &Assumed, MDNode *KnownRanges) { in isBetterRange()
8219 setRangeMetadataIfisBetterRange(Instruction *I, in setRangeMetadataIfisBetterRange()
8234 ChangeStatus manifest(Attributor &A) override { in manifest()