• Home
  • Raw
  • Download

Lines Matching defs:Depth

205 static void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth,  in computeKnownBits()
221 const DataLayout &DL, unsigned Depth, in computeKnownBits()
231 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
245 unsigned Depth, AssumptionCache *AC, in computeKnownBits()
255 const DataLayout &DL, unsigned Depth, in computeKnownBits()
305 bool OrZero, unsigned Depth, in isKnownToBeAPowerOfTwo()
317 bool llvm::isKnownNonZero(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonZero()
325 unsigned Depth, AssumptionCache *AC, in isKnownNonNegative()
333 bool llvm::isKnownPositive(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownPositive()
345 bool llvm::isKnownNegative(const Value *V, const DataLayout &DL, unsigned Depth, in isKnownNegative()
369 const DataLayout &DL, unsigned Depth, in MaskedValueIsZero()
379 static unsigned ComputeNumSignBits(const Value *V, unsigned Depth, in ComputeNumSignBits()
393 unsigned Depth, AssumptionCache *AC, in ComputeNumSignBits()
403 unsigned Depth, const Query &Q) { in computeKnownBitsAddSub()
417 KnownBits &Known2, unsigned Depth, in computeKnownBitsMul()
667 unsigned Depth, const Query &Q) { in computeKnownBitsFromAssume()
991 KnownBits &Known2, unsigned Depth, const Query &Q, in computeKnownBitsFromShiftOperator()
1076 KnownBits &Known, unsigned Depth, in computeKnownBitsFromOperator()
1761 unsigned Depth, const Query &Q) { in computeKnownBits()
1769 KnownBits computeKnownBits(const Value *V, unsigned Depth, const Query &Q) { in computeKnownBits()
1791 KnownBits &Known, unsigned Depth, const Query &Q) { in computeKnownBits()
1921 bool isKnownToBeAPowerOfTwo(const Value *V, bool OrZero, unsigned Depth, in isKnownToBeAPowerOfTwo()
2020 static bool isGEPKnownNonNull(const GEPOperator *GEP, unsigned Depth, in isGEPKnownNonNull()
2188 bool isKnownNonZero(const Value *V, const APInt &DemandedElts, unsigned Depth, in isKnownNonZero()
2477 bool isKnownNonZero(const Value* V, unsigned Depth, const Query& Q) { in isKnownNonZero()
2490 static bool isAddOfNonZero(const Value *V1, const Value *V2, unsigned Depth, in isAddOfNonZero()
2507 static bool isKnownNonEqual(const Value *V1, const Value *V2, unsigned Depth, in isKnownNonEqual()
2587 bool MaskedValueIsZero(const Value *V, const APInt &Mask, unsigned Depth, in MaskedValueIsZero()
2657 unsigned Depth, const Query &Q) { in ComputeNumSignBits()
2672 unsigned Depth, const Query &Q) { in ComputeNumSignBitsImpl()
2996 bool LookThroughSExt, unsigned Depth) { in ComputeMultiple()
3224 unsigned Depth) { in CannotBeNegativeZero()
3267 unsigned Depth) { in cannotBeOrderedLessThanZeroImpl()
3437 unsigned Depth) { in isKnownNeverInfinity()
3501 unsigned Depth) { in isKnownNeverNaN()
4472 const Value *V, bool ForSigned, const DataLayout &DL, unsigned Depth, in computeConstantRangeIncludingKnownBits()
4822 unsigned Depth, bool PoisonOnly) { in isGuaranteedNotToBeUndefOrPoison()
4950 unsigned Depth) { in isGuaranteedNotToBeUndefOrPoison()
4956 const DominatorTree *DT, unsigned Depth) { in isGuaranteedNotToBePoison()
5359 unsigned Depth) { in matchMinMaxOfMinMax()
5469 unsigned Depth) { in matchMinMax()
5576 unsigned Depth) { in matchSelectPattern()
5863 unsigned Depth) { in matchSelectPattern()
5882 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
5986 unsigned Depth) { in isTruePredicate()
6047 const DataLayout &DL, unsigned Depth) { in isImpliedCondOperands()
6124 unsigned Depth) { in isImpliedCondICmps()
6167 const DataLayout &DL, bool LHSIsTrue, unsigned Depth) { in isImpliedCondAndOr()
6196 const DataLayout &DL, bool LHSIsTrue, unsigned Depth) { in isImpliedCondition()
6235 unsigned Depth) { in isImpliedCondition()
6614 unsigned Depth) { in computeConstantRange()