Lines Matching defs:AAValueSimplifyImpl
5323 struct AAValueSimplifyImpl : AAValueSimplify { struct
5324 AAValueSimplifyImpl(const IRPosition &IRP, Attributor &A) in AAValueSimplifyImpl() argument
5328 void initialize(Attributor &A) override { in initialize()
5336 const std::string getAsStr() const override { in getAsStr()
5347 void trackStatistics() const override {} in trackStatistics()
5350 Optional<Value *> getAssumedSimplifiedValue(Attributor &A) const override { in getAssumedSimplifiedValue()
5358 static Value *ensureType(Attributor &A, Value &V, Type &Ty, Instruction *CtxI, in ensureType()
5373 static Value *reproduceInst(Attributor &A, in reproduceInst()
5407 static Value *reproduceValue(Attributor &A, in reproduceValue()
5434 Value *manifestReplacementValue(Attributor &A, Instruction *CtxI) const { in manifestReplacementValue()
5452 bool checkAndUpdate(Attributor &A, const AbstractAttribute &QueryingAA, in checkAndUpdate()
5463 template <typename AAType> bool askSimplifiedValueFor(Attributor &A) { in askSimplifiedValueFor()
5486 bool askSimplifiedValueForOtherAAs(Attributor &A) { in askSimplifiedValueForOtherAAs()
5495 ChangeStatus manifest(Attributor &A) override { in manifest()
5515 ChangeStatus indicatePessimisticFixpoint() override { in indicatePessimisticFixpoint()