Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8953 struct AAValueConstantRangeImpl : AAValueConstantRange { struct
8954 using StateType = IntegerRangeState;
8955 AAValueConstantRangeImpl(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeImpl() argument
8959 void initialize(Attributor &A) override { in initialize()
8973 const std::string getAsStr(Attributor *A) const override { in getAsStr()
8986 const SCEV *getSCEV(Attributor &A, const Instruction *I = nullptr) const { in getSCEV()
9009 ConstantRange getConstantRangeFromSCEV(Attributor &A, in getConstantRangeFromSCEV()
9028 getConstantRangeFromLVI(Attributor &A, in getConstantRangeFromLVI()
9049 bool isValidCtxInstructionForOutsideAnalysis(Attributor &A, in isValidCtxInstructionForOutsideAnalysis()
9076 getKnownConstantRange(Attributor &A, in getKnownConstantRange()
[all …]