Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantRange.h337 Optional<ConstantRange> exactIntersectWith(const ConstantRange &CR) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp525 if (Optional<ConstantRange> Intersect = CR0.exactIntersectWith(CR1)) { in widenCondCommon()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp703 ConstantRange::exactIntersectWith(const ConstantRange &CR) const { in exactIntersectWith() function in ConstantRange
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp573 return CR1.exactIntersectWith(CR2); in TEST_F()