Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/theory_bitvector/
H A Dbitvector_theorem_producer.cpp1281 const Expr& t2_iBit = (t2BitExtractThms[bitPos]).getRHS(); in bitExtractBVPlus() local
1288 rhs = t1_iBit.iffExpr(t2_iBit).iffExpr(carry_iBit); in bitExtractBVPlus()
1294 rhs = !(t1_iBit.iffExpr(t2_iBit)); in bitExtractBVPlus()
1379 const Expr& t2_iBit = t2_i.getRHS(); in bitExtractBVPlusPreComputed() local
1388 rhs = t1_iBit.iffExpr(t2_iBit).iffExpr(carry_iBit); in bitExtractBVPlusPreComputed()
1392 rhs = !(t1_iBit.iffExpr(t2_iBit)); in bitExtractBVPlusPreComputed()