Searched refs:insertRangeTest (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 638 Value *insertRangeTest(Value *V, const APInt &Lo, const APInt &Hi,
|
| H A D | InstCombineCompares.cpp | 2593 Cmp, insertRangeTest(X, LoBound, HiBound, DivIsSigned, true)); in foldICmpDivConstant() 2604 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
|