Searched refs:SimplifiedAssociatedValue (Results 1 – 1 of 1) sorted by relevance
4551 return SimplifiedAssociatedValue; in getAssumedSimplifiedValue()4607 SimplifiedAssociatedValue = llvm::None; in askSimplifiedValueFor()4612 SimplifiedAssociatedValue = C; in askSimplifiedValueFor()4631 if (SimplifiedAssociatedValue.hasValue() && in manifest()4632 !SimplifiedAssociatedValue.getValue()) in manifest()4636 auto *C = SimplifiedAssociatedValue.hasValue() in manifest()4637 ? dyn_cast<Constant>(SimplifiedAssociatedValue.getValue()) in manifest()4656 SimplifiedAssociatedValue = &getAssociatedValue(); in indicatePessimisticFixpoint()4666 Optional<Value *> SimplifiedAssociatedValue; member4706 bool HasValueBefore = SimplifiedAssociatedValue.hasValue(); in updateImpl()[all …]