Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9077 struct AAValueConstantRangeFloating : AAValueConstantRangeImpl { struct
9078 AAValueConstantRangeFloating(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFloating() function
9082 void initialize(Attributor &A) override { in initialize()
9127 bool calculateBinaryOperator( in calculateBinaryOperator()
9179 bool calculateCastInst( in calculateCastInst()
9211 calculateCmpInst(Attributor &A, CmpInst *CmpI, IntegerRangeState &T, in calculateCmpInst()
9285 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9364 void trackStatistics() const override { in trackStatistics()
9369 int NumChanges = 0;
9373 static constexpr int MaxNumChanges = 5;