Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9299 struct AAValueConstantRangeFloating : AAValueConstantRangeImpl { struct
9300 AAValueConstantRangeFloating(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFloating() argument
9304 void initialize(Attributor &A) override { in initialize()
9349 bool calculateBinaryOperator( in calculateBinaryOperator()
9405 bool calculateCastInst( in calculateCastInst()
9439 calculateCmpInst(Attributor &A, CmpInst *CmpI, IntegerRangeState &T, in calculateCmpInst()
9519 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9601 void trackStatistics() const override { in trackStatistics()
9606 int NumChanges = 0;
9610 static constexpr int MaxNumChanges = 5;