Searched refs:Coeff2 (Results 1 – 1 of 1) sorted by relevance
2554 uint64_t Coeff2 = Choose(2*x - y, x-z, Overflow); in getMulExpr() local2557 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr()2559 Coeff = Coeff1*Coeff2; in getMulExpr()