Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h350 std::optional<ConstantRange> exactUnionWith(const ConstantRange &CR) const;
/src/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp769 ConstantRange::exactUnionWith(const ConstantRange &CR) const { in exactUnionWith() function in ConstantRange
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1305 std::optional<ConstantRange> CR = CR1.exactUnionWith(CR2); in foldAndOrOfICmpsUsingRanges()
4149 auto CRUnion = CR1.exactUnionWith(CR2); in foldXorOfICmps()
H A DInstCombineCompares.cpp3917 Combination = C1.exactUnionWith(C2); in foldICmpUSubSatOrUAddSatWithConstant()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7075 std::optional<ConstantRange> CR = CR1.exactUnionWith(CR2); in tryFoldAndOrOrICmpsUsingRanges()