Searched refs:IsExactMatch (Results 1 – 7 of 7) sorted by relevance
60 bool &IsExactMatch) const { in canConstructFrom()61 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()150 bool IsExactMatch; in getTypedMatcher() local151 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()154 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()159 FoundIsExact = IsExactMatch; in getTypedMatcher()
112 bool &IsExactMatch) const;
497 bool IsExactMatch(const ArchSpec &rhs) const { in IsExactMatch() function
249 if (!GetArchitecture().IsExactMatch( in Matches()
971 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local972 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()
397 } else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) { in DoExecute()
3139 !target_arch.IsExactMatch(process_arch)) { in CompleteAttach()