Home
last modified time | relevance | path

Searched refs:ConstPtrDiff (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp359 if (const SCEVConstant *ConstPtrDiff = in runOnLoop() local
361 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); in runOnLoop()