Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7219 struct AAValueConstantRangeFloating : AAValueConstantRangeImpl { struct
7220 AAValueConstantRangeFloating(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFloating() function
7224 void initialize(Attributor &A) override { in initialize()
7265 bool calculateBinaryOperator( in calculateBinaryOperator()
7296 bool calculateCastInst( in calculateCastInst()
7316 calculateCmpInst(Attributor &A, CmpInst *CmpI, IntegerRangeState &T, in calculateCmpInst()
7368 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
7429 void trackStatistics() const override { in trackStatistics()