Searched refs:MultiplyFactor (Results 1 – 3 of 3) sorted by relevance
1874 const unsigned MultiplyFactor = 3; in annotateAllFunctions() local1879 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
443 const unsigned MultiplyFactor = 3; in updateInstrProfileEntry() local444 uint64_t Numerator = HotInstrThreshold * MultiplyFactor; in updateInstrProfileEntry()
995 APInt MultiplyFactor = OddFactorial.zext(W+1); in BinomialCoefficient() local996 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod); in BinomialCoefficient()997 MultiplyFactor = MultiplyFactor.trunc(W); in BinomialCoefficient()1014 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()