Searched refs:RHSCache (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1584 WithCache<const Value *> LHSCache(LHS), RHSCache(RHS); in visitAdd() local 1585 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(&I))) in visitAdd() 1693 if (!I.hasNoSignedWrap() && willNotOverflowSignedAdd(LHSCache, RHSCache, I)) { in visitAdd() 1698 willNotOverflowUnsignedAdd(LHSCache, RHSCache, I)) { in visitAdd()
|
| H A D | InstCombineSimplifyDemanded.cpp | 270 RHSCache(I->getOperand(1), RHSKnown); in SimplifyDemandedUseBits() local 271 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(I))) { in SimplifyDemandedUseBits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 104 const WithCache<const Value *> &RHSCache,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 236 const WithCache<const Value *> &RHSCache, in haveNoCommonBitsSet() argument 239 const Value *RHS = RHSCache.getValue(); in haveNoCommonBitsSet() 251 RHSCache.getKnownBits(SQ)); in haveNoCommonBitsSet()
|