Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp5118 struct AAValueConstantRangeImpl : AAValueConstantRange { struct
5120 AAValueConstantRangeImpl(const IRPosition &IRP) : AAValueConstantRange(IRP) {} in AAValueConstantRangeImpl() function
5123 const std::string getAsStr() const override { in getAsStr()
5136 const SCEV *getSCEV(Attributor &A, const Instruction *I = nullptr) const { in getSCEV()
5159 ConstantRange getConstantRangeFromSCEV(Attributor &A, in getConstantRangeFromSCEV()
5178 getConstantRangeFromLVI(Attributor &A, in getConstantRangeFromLVI()
5196 getKnownConstantRange(Attributor &A, in getKnownConstantRange()
5208 getAssumedConstantRange(Attributor &A, in getAssumedConstantRange()
5224 void initialize(Attributor &A) override { in initialize()
5234 getMDNodeForConstantRange(Type *Ty, LLVMContext &Ctx, in getMDNodeForConstantRange()
[all …]
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp6903 struct AAValueConstantRangeImpl : AAValueConstantRange { struct
6904 using StateType = IntegerRangeState;
6905 AAValueConstantRangeImpl(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeImpl() argument
6909 const std::string getAsStr() const override { in getAsStr()
6922 const SCEV *getSCEV(Attributor &A, const Instruction *I = nullptr) const { in getSCEV()
6945 ConstantRange getConstantRangeFromSCEV(Attributor &A, in getConstantRangeFromSCEV()
6964 getConstantRangeFromLVI(Attributor &A, in getConstantRangeFromLVI()
6981 getKnownConstantRange(Attributor &A, in getKnownConstantRange()
6993 getAssumedConstantRange(Attributor &A, in getAssumedConstantRange()
7009 void initialize(Attributor &A) override { in initialize()
[all …]