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.cpp9220 struct AAValueConstantRangeFloating : AAValueConstantRangeImpl { struct
9221 AAValueConstantRangeFloating(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFloating() argument
9225 void initialize(Attributor &A) override { in initialize()
9270 bool calculateBinaryOperator( in calculateBinaryOperator()
9326 bool calculateCastInst( in calculateCastInst()
9360 calculateCmpInst(Attributor &A, CmpInst *CmpI, IntegerRangeState &T, in calculateCmpInst()
9440 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9522 void trackStatistics() const override { in trackStatistics()
9527 int NumChanges = 0;
9531 static constexpr int MaxNumChanges = 5;