Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp5352 struct AAValueConstantRangeFloating : AAValueConstantRangeImpl { struct
5353 AAValueConstantRangeFloating(const IRPosition &IRP) in AAValueConstantRangeFloating() argument
5357 void initialize(Attributor &A) override { in initialize()
5395 bool calculateBinaryOperator(Attributor &A, BinaryOperator *BinOp, in calculateBinaryOperator()
5417 bool calculateCmpInst(Attributor &A, CmpInst *CmpI, IntegerRangeState &T, in calculateCmpInst()
5466 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
5506 void trackStatistics() const override { in trackStatistics()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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;