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()
994 APInt MultiplyFactor = OddFactorial.zext(W+1); in BinomialCoefficient() local995 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod); in BinomialCoefficient()996 MultiplyFactor = MultiplyFactor.trunc(W); in BinomialCoefficient()1013 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()