HomeSort by relevance Sort by last modified time
    Searched refs:BinomialCoefficient (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 651 /// BinomialCoefficient - Compute BC(It, K). The result has width W.
653 static const SCEV *BinomialCoefficient(const SCEV *It, unsigned K,
779 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType());
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 928 static const SCEV *BinomialCoefficient(const SCEV *It, unsigned K,
    [all...]

Completed in 122 milliseconds