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.h346 exactIntersectWith(const ConstantRange &CR) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp749 CR0.exactIntersectWith(CR1)) { in mergeChecks()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp760 ConstantRange::exactIntersectWith(const ConstantRange &CR) const { in exactIntersectWith() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4150 auto CRIntersect = CR1.exactIntersectWith(CR2); in foldXorOfICmps()
4152 if (auto CR = CRUnion->exactIntersectWith(CRIntersect->inverse())) { in foldXorOfICmps()
H A DInstCombineCompares.cpp3919 Combination = C1.exactIntersectWith(C2); in foldICmpUSubSatOrUAddSatWithConstant()