Searched refs:UserScore (Results 1 – 1 of 1) sorted by relevance
279 const APInt &UserScore = VMI.ScoreMap.lookup(Property); in getVariantMatchScore() local280 assert(UserScore.uge(0) && "Expect non-negative user scores!"); in getVariantMatchScore()281 Score += UserScore.getZExtValue(); in getVariantMatchScore()