Home
last modified time | relevance | path

Searched refs:RHSCache (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1584 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 DInstCombineSimplifyDemanded.cpp270 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 DValueTracking.h104 const WithCache<const Value *> &RHSCache,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp236 const WithCache<const Value *> &RHSCache, in haveNoCommonBitsSet() argument
239 const Value *RHS = RHSCache.getValue(); in haveNoCommonBitsSet()
251 RHSCache.getKnownBits(SQ)); in haveNoCommonBitsSet()