Searched refs:IsExactMatch (Results 1 – 3 of 3) sorted by relevance
59 bool &IsExactMatch) const { in canConstructFrom()60 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()149 bool IsExactMatch; in getTypedMatcher() local150 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()153 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()158 FoundIsExact = IsExactMatch; in getTypedMatcher()
112 bool &IsExactMatch) const;
749 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local750 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()