Home
last modified time | relevance | path

Searched refs:insertRangeTest (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp166 Value *InstCombiner::insertRangeTest(Value *V, const APInt &Lo, const APInt &Hi, in insertRangeTest() function in InstCombiner
1170 return insertRangeTest(LHS0, LHSC->getValue() + 1, RHSC->getValue(), in foldAndOfICmps()
1191 return insertRangeTest(LHS0, LHSC->getValue() + 1, RHSC->getValue(), in foldAndOfICmps()
1204 return insertRangeTest(LHS0, LHSC->getValue() + 1, RHSC->getValue(), true, in foldAndOfICmps()
2168 return insertRangeTest(LHS0, LHSC->getValue(), RHSC->getValue() + 1, in foldOrOfICmps()
2180 return insertRangeTest(LHS0, LHSC->getValue(), RHSC->getValue() + 1, true, in foldOrOfICmps()
H A DInstCombineInternal.h921 Value *insertRangeTest(Value *V, const APInt &Lo, const APInt &Hi,
H A DInstCombineCompares.cpp2272 Cmp, insertRangeTest(X, LoBound, HiBound, DivIsSigned, true)); in foldICmpDivConstant()
2285 insertRangeTest(X, LoBound, HiBound, in foldICmpDivConstant()