Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/theory_bitvector/
H A Dbitvector_proof_rules.h96 const Theorem& topBit1) = 0;
H A Dbitvector_theorem_producer.h157 const Theorem& topBit1);
H A Dbitvector_theorem_producer.cpp439 const Theorem& topBit1){ in signBVLTRule() argument
465 CHECK_SOUND(e1ext == topBit1.getLHS(), in signBVLTRule()
469 topBit1.getExpr().toString()); in signBVLTRule()
476 const Expr MSB1 = topBit1.getRHS(); in signBVLTRule()
H A Dtheory_bitvector.cpp1602 const Theorem topBit1 = rewriteBV(MSB1, cache, 2); in rewriteBV() local
1605 thm1 = d_rules->signBVLTRule(thm0RHS, topBit0, topBit1); in rewriteBV()