Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1057 const unsigned MultiplyFactor = 3; in updateInstrProfileEntry() local
1059 uint64_t Numerator = Threshold * MultiplyFactor; in updateInstrProfileEntry()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp945 APInt MultiplyFactor = OddFactorial.multiplicativeInverse(); in BinomialCoefficient() local
962 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()