Home
last modified time | relevance | path

Searched refs:extractConcat (Results 1 – 4 of 4) sorted by relevance

/dports/math/cvc3/cvc3-2.4.1/src/theory_bitvector/
H A Dbitvector_proof_rules.h360 virtual Theorem extractConcat(const Expr& e) = 0;
H A Dbitvector_theorem_producer.h399 Theorem extractConcat(const Expr& e);
H A Dtheory_bitvector.cpp1182 res = rewriteBV(d_rules->extractConcat(e), cache, 2); in rewriteBV()
H A Dbitvector_theorem_producer.cpp2465 BitvectorTheoremProducer::extractConcat(const Expr& e) { in extractConcat() function in BitvectorTheoremProducer