Home
last modified time | relevance | path

Searched defs:LHSCache (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp267 WithCache<const Value *> LHSCache(I->getOperand(0), LHSKnown), in SimplifyDemandedUseBits() local
H A DInstCombineAddSub.cpp1626 WithCache<const Value *> LHSCache(LHS), RHSCache(RHS); in visitAdd() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp236 bool llvm::haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache, in haveNoCommonBitsSet()