Searched refs:WithCache (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | WithCache.h | 27 template <typename Arg> class WithCache { 52 WithCache(PointerType Pointer) : Pointer(Pointer, false) {} in WithCache() function 53 WithCache(PointerType Pointer, const KnownBits &Known) in WithCache() function
|
| H A D | ValueTracking.h | 103 bool haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache, 104 const WithCache<const Value *> &RHSCache, 838 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, 839 const WithCache<const Value *> &RHS, 841 OverflowResult computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, 842 const WithCache<const Value *> &RHS, 873 computeConstantRangeIncludingKnownBits(const WithCache<const Value *> &V,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 514 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() 515 const WithCache<const Value *> &RHS, in computeOverflowForUnsignedAdd() 522 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForSignedAdd() 523 const WithCache<const Value *> &RHS, in computeOverflowForSignedAdd()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 307 bool willNotOverflowSignedAdd(const WithCache<const Value *> &LHS, in willNotOverflowSignedAdd() 308 const WithCache<const Value *> &RHS, in willNotOverflowSignedAdd() 314 bool willNotOverflowUnsignedAdd(const WithCache<const Value *> &LHS, in willNotOverflowUnsignedAdd() 315 const WithCache<const Value *> &RHS, in willNotOverflowUnsignedAdd()
|
| H A D | InstCombineSimplifyDemanded.cpp | 269 WithCache<const Value *> LHSCache(I->getOperand(0), LHSKnown), in SimplifyDemandedUseBits()
|
| H A D | InstCombineAddSub.cpp | 1584 WithCache<const Value *> LHSCache(LHS), RHSCache(RHS); in visitAdd()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 235 bool llvm::haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache, in haveNoCommonBitsSet() 236 const WithCache<const Value *> &RHSCache, in haveNoCommonBitsSet() 6287 llvm::computeConstantRangeIncludingKnownBits(const WithCache<const Value *> &V, in computeConstantRangeIncludingKnownBits() 6348 llvm::computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() 6349 const WithCache<const Value *> &RHS, in computeOverflowForUnsignedAdd() 6359 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForSignedAdd() 6360 const WithCache<const Value *> &RHS, in computeOverflowForSignedAdd() 7002 llvm::computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForSignedAdd() 7003 const WithCache<const Value *> &RHS, in computeOverflowForSignedAdd()
|