Searched refs:BinomialCoefficient (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp672 /// BinomialCoefficient - Compute BC(It, K). The result has width W.
674 static const SCEV *BinomialCoefficient(const SCEV *It, unsigned K, function
800 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType());

Completed in 114 milliseconds