Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9205 struct AAValueConstantRangeFloating : AAValueConstantRangeImpl { struct
9206 AAValueConstantRangeFloating(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFloating() function
9210 void initialize(Attributor &A) override { in initialize()
9255 bool calculateBinaryOperator( in calculateBinaryOperator()
9311 bool calculateCastInst( in calculateCastInst()
9345 calculateCmpInst(Attributor &A, CmpInst *CmpI, IntegerRangeState &T, in calculateCmpInst()
9425 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9507 void trackStatistics() const override { in trackStatistics()
9512 int NumChanges = 0;
9516 static constexpr int MaxNumChanges = 5;