Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h120 LLVM_ABI bool haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1681 WithCache<const Value *> LHSCache(LHS), RHSCache(RHS); in visitAdd() local
1682 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(&I))) in visitAdd()
1844 if (!I.hasNoSignedWrap() && willNotOverflowSignedAdd(LHSCache, RHSCache, I)) { in visitAdd()
1849 willNotOverflowUnsignedAdd(LHSCache, RHSCache, I)) { in visitAdd()
H A DInstCombineSimplifyDemanded.cpp274 WithCache<const Value *> LHSCache(I->getOperand(0), LHSKnown), in SimplifyDemandedUseBits() local
276 if (haveNoCommonBitsSet(LHSCache, RHSCache, Q)) { in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp234 bool llvm::haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache, in haveNoCommonBitsSet() argument
237 const Value *LHS = LHSCache.getValue(); in haveNoCommonBitsSet()
249 return KnownBits::haveNoCommonBitsSet(LHSCache.getKnownBits(SQ), in haveNoCommonBitsSet()