Searched refs:insertRangeTest (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 743 Value *insertRangeTest(Value *V, const APInt &Lo, const APInt &Hi,
|
| H A D | InstCombineCompares.cpp | 2647 Cmp, insertRangeTest(X, LoBound, HiBound, DivIsSigned, true)); in foldICmpDivConstant() 2658 Cmp, insertRangeTest(X, LoBound, HiBound, DivIsSigned, false)); in foldICmpDivConstant()
|
| H A D | InstCombineAndOrXor.cpp | 90 Value *InstCombinerImpl::insertRangeTest(Value *V, const APInt &Lo, in insertRangeTest() function in InstCombinerImpl
|