Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9445 struct AAPotentialConstantValuesImpl : AAPotentialConstantValues { struct
9446 using StateType = PotentialConstantIntValuesState;
9448 AAPotentialConstantValuesImpl(const IRPosition &IRP, Attributor &A) in AAPotentialConstantValuesImpl() function
9452 void initialize(Attributor &A) override { in initialize()
9459 bool fillSetWithConstantValues(Attributor &A, const IRPosition &IRP, SetTy &S, in fillSetWithConstantValues()
9500 const std::string getAsStr() const override { in getAsStr()
9508 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()