Home
last modified time | relevance | path

Searched defs:AAValueConstantRangeImpl (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.cpp5118 struct AAValueConstantRangeImpl : AAValueConstantRange { struct
5120 AAValueConstantRangeImpl(const IRPosition &IRP) : AAValueConstantRange(IRP) {} in AAValueConstantRangeImpl() argument
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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8805 struct AAValueConstantRangeImpl : AAValueConstantRange { struct
8806 using StateType = IntegerRangeState;
8807 AAValueConstantRangeImpl(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeImpl() argument
8811 void initialize(Attributor &A) override { in initialize()
8825 const std::string getAsStr() const override { in getAsStr()
8838 const SCEV *getSCEV(Attributor &A, const Instruction *I = nullptr) const { in getSCEV()
8861 ConstantRange getConstantRangeFromSCEV(Attributor &A, in getConstantRangeFromSCEV()
8880 getConstantRangeFromLVI(Attributor &A, in getConstantRangeFromLVI()
8900 bool isValidCtxInstructionForOutsideAnalysis(Attributor &A, in isValidCtxInstructionForOutsideAnalysis()
8927 getKnownConstantRange(Attributor &A, in getKnownConstantRange()
[all …]