Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3347 uint64_t Coeff1 = Choose(x, 2*x - y, Overflow); in getMulExpr() local
3354 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr()
3356 Coeff = Coeff1*Coeff2; in getMulExpr()