Searched refs:IsExactMatch (Results 1 – 10 of 10) 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;
152 arch.IsExactMatch(curr_arch)) in GetObjectFile()
511 bool IsExactMatch(const ArchSpec &rhs) const { in IsExactMatch() function
249 if (!GetArchitecture().IsExactMatch( in Matches()
122 return spec.IsExactMatch(rhs); in PlatformWindows()
871 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local872 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()
494 if (host_arch.IsExactMatch(host_arch64)) in x86GetSupportedArchitectures()
466 } else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) { in DoExecute()
2950 !target_arch.IsExactMatch(process_arch)) { in CompleteAttach()