Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]