Searched refs:IsExactMatch (Results 1 – 7 of 7) 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;
510 bool IsExactMatch(const ArchSpec &rhs) const { in IsExactMatch() function
249 if (!GetArchitecture().IsExactMatch( in Matches()
733 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local734 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()
405 } else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) { in DoExecute()
3101 !target_arch.IsExactMatch(process_arch)) { in CompleteAttach()