Searched refs:IsExactMatch (Results 1 – 4 of 4) sorted by relevance
54 bool &IsExactMatch) const { in canConstructFrom()55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()140 bool IsExactMatch; in getTypedMatcher() local141 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()144 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()149 FoundIsExact = IsExactMatch; in getTypedMatcher()
99 bool &IsExactMatch) const;
537 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local538 return IsExactMatch || isOverloaded(ID) ? ID : Intrinsic::not_intrinsic; in lookupIntrinsicID()
3141 bool IsExactMatch = false; in LookupLiteralOperator() local3148 IsExactMatch = true; in LookupLiteralOperator()3152 IsExactMatch = false; in LookupLiteralOperator()3166 if (IsExactMatch) { in LookupLiteralOperator()