Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h357 exactUnionWith(const ConstantRange &CR) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp780 ConstantRange::exactUnionWith(const ConstantRange &CR) const { in exactUnionWith() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1353 std::optional<ConstantRange> CR = CR1.exactUnionWith(CR2); in foldAndOrOfICmpsUsingRanges()
4394 auto CRUnion = CR1.exactUnionWith(CR2); in foldXorOfICmps()
H A DInstCombineCompares.cpp4116 Combination = C1.exactUnionWith(C2); in foldICmpUSubSatOrUAddSatWithConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7412 std::optional<ConstantRange> CR = CR1.exactUnionWith(CR2); in tryFoldAndOrOrICmpsUsingRanges()