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.cpp1145 const unsigned MultiplyFactor = 3; in updateInstrProfileEntry() local
1147 uint64_t Numerator = Threshold * MultiplyFactor; in updateInstrProfileEntry()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp951 APInt MultiplyFactor = OddFactorial.multiplicativeInverse(); in BinomialCoefficient() local
968 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()