Lines Matching defs:Diff
415 const SCEV *Diff = SE->getMinusSCEV(J, I);
416 const SCEVConstant *C = dyn_cast<const SCEVConstant>(Diff);
1604 const auto *Diff =
1606 if (!Diff)
1608 Val = Diff->getAPInt().getSExtValue();
1636 std::optional<int> Diff = getPointersDiff(ElemTy, Ptr0, ElemTy, Ptr, DL, SE,
1638 if (!Diff)
1642 int64_t Offset = *Diff;
1668 std::optional<int> Diff =
1671 return Diff && *Diff == 1;