Searched refs:IdxDiff (Results 1 – 1 of 1) sorted by relevance
419 APInt IdxDiff = PtrDelta.udiv(Stride).zextOrSelf(IdxBitWidth); in lookThroughComplexAddresses() local439 IdxDiff.sle(cast<ConstantInt>(OpB->getOperand(1))->getSExtValue())) { in lookThroughComplexAddresses()458 APInt BitsAllowedToBeSet = Known.Zero.zext(IdxDiff.getBitWidth()); in lookThroughComplexAddresses()461 if (BitsAllowedToBeSet.ult(IdxDiff)) in lookThroughComplexAddresses()467 const SCEV *C = SE.getConstant(IdxDiff.trunc(BitWidth)); in lookThroughComplexAddresses()