Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.cpp219 BitVector Intersect = A; in getFirstCommonBit() local
220 Intersect &= B; in getFirstCommonBit()
221 int idx = Intersect.find_first(); in getFirstCommonBit()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp527 if (std::optional<ConstantRange> Intersect = in widenCondCommon() local
531 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in widenCondCommon()