Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8203 struct AAValueConstantRangeFloating : AAValueConstantRangeImpl { struct
8204 AAValueConstantRangeFloating(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeFloating() argument
8208 void initialize(Attributor &A) override { in initialize()
8253 bool calculateBinaryOperator( in calculateBinaryOperator()
8305 bool calculateCastInst( in calculateCastInst()
8337 calculateCmpInst(Attributor &A, CmpInst *CmpI, IntegerRangeState &T, in calculateCmpInst()
8411 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
8483 void trackStatistics() const override { in trackStatistics()