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