Home
last modified time | relevance | path

Searched refs:exactIntersectWith (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h338 exactIntersectWith(const ConstantRange &CR) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp744 CR0.exactIntersectWith(CR1)) { in mergeChecks()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp704 ConstantRange::exactIntersectWith(const ConstantRange &CR) const { in exactIntersectWith() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4019 auto CRIntersect = CR1.exactIntersectWith(CR2); in foldXorOfICmps()
4021 if (auto CR = CRUnion->exactIntersectWith(CRIntersect->inverse())) { in foldXorOfICmps()
H A DInstCombineCompares.cpp3807 Combination = C1.exactIntersectWith(C2); in foldICmpUSubSatOrUAddSatWithConstant()