Searched refs:ImplicationValue (Results 1 – 6 of 6) sorted by relevance
171 class ImplicationValue : public BoolValue {173 explicit ImplicationValue(BoolValue &LeftSubVal, BoolValue &RightSubVal) in ImplicationValue() function
343 llvm::DenseMap<std::pair<BoolValue *, BoolValue *>, ImplicationValue *>
122 &takeOwnership(std::make_unique<ImplicationValue>(LHS, RHS)); in getOrCreateImplication()273 auto &IV = *cast<ImplicationValue>(&Val); in substituteBoolValue()
225 auto *I = cast<ImplicationValue>(Val); in buildBooleanFormula()335 } else if (auto *I = dyn_cast<ImplicationValue>(Val)) { in buildBooleanFormula()
100 auto &IV = cast<ImplicationValue>(B); in debugString()
255 std::make_unique<ImplicationValue>(*LeftSubVal, *RightSubVal)); in impl()