Home
last modified time | relevance | path

Searched refs:Intersect (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.h35 void Intersect(ArrayRef<Range> a, ArrayRef<Range> b,
H A Dsanitizer_range.cpp15 void Intersect(ArrayRef<Range> a, ArrayRef<Range> b, in Intersect() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h67 Range Intersect(const Range &rhs) const { in Intersect() function
118 return Intersect(rhs).IsValid(); in DoesIntersect()
158 Entry entry = pos1->Intersect(*pos2); in GetOverlaps()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp748 if (std::optional<ConstantRange> Intersect = in mergeChecks() local
752 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in mergeChecks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1277 BitVector Intersect = A.VariableIDsInBlock; in join() local
1278 Intersect &= B.VariableIDsInBlock; in join()
1280 for (auto VarID : Intersect.set_bits()) { in join()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp555 Intersect(mapped_regions, regions, intersection); in ScanRootRegions()