Searched refs:MultiplyFactor (Results 1 – 3 of 3) sorted by relevance
1826 const unsigned MultiplyFactor = 3; in annotateAllFunctions() local1831 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
503 const unsigned MultiplyFactor = 3; in updateInstrProfileEntry() local504 uint64_t Numerator = HotInstrThreshold * MultiplyFactor; in updateInstrProfileEntry()
1011 APInt MultiplyFactor = OddFactorial.zext(W+1); in BinomialCoefficient() local1012 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod); in BinomialCoefficient()1013 MultiplyFactor = MultiplyFactor.trunc(W); in BinomialCoefficient()1030 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()