Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/ !
H A DValueTracking.h111 const WithCache<const Value *> &RHSCache,
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ !
H A DInstCombineAddSub.cpp1626 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 DInstCombineSimplifyDemanded.cpp268 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 DValueTracking.cpp237 const WithCache<const Value *> &RHSCache, in haveNoCommonBitsSet() argument
240 const Value *RHS = RHSCache.getValue(); in haveNoCommonBitsSet()
252 RHSCache.getKnownBits(SQ)); in haveNoCommonBitsSet()