Searched refs:RHSCache (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ ! |
| H A D | ValueTracking.h | 111 const WithCache<const Value *> &RHSCache,
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ ! |
| H A D | InstCombineAddSub.cpp | 1626 WithCache<const Value *> LHSCache(LHS), RHSCache(RHS); in visitAdd() local 1627 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(&I))) in visitAdd() 1753 if (!I.hasNoSignedWrap() && willNotOverflowSignedAdd(LHSCache, RHSCache, I)) { in visitAdd() 1758 willNotOverflowUnsignedAdd(LHSCache, RHSCache, I)) { in visitAdd()
|
| H A D | InstCombineSimplifyDemanded.cpp | 268 RHSCache(I->getOperand(1), RHSKnown); in SimplifyDemandedUseBits() local 269 if (haveNoCommonBitsSet(LHSCache, RHSCache, Q)) { in SimplifyDemandedUseBits()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ ! |
| H A D | ValueTracking.cpp | 237 const WithCache<const Value *> &RHSCache, in haveNoCommonBitsSet() argument 240 const Value *RHS = RHSCache.getValue(); in haveNoCommonBitsSet() 252 RHSCache.getKnownBits(SQ)); in haveNoCommonBitsSet()
|