Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1639 bool IsConsecutive = true; in sortPtrAccesses() local
1652 IsConsecutive = IsConsecutive && std::next(Res.first) == Offsets.end(); in sortPtrAccesses()
1656 if (!IsConsecutive) { in sortPtrAccesses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11877 bool IsConsecutive = (Hi8 - Low8 == 1); in addresses16Bits() local
11884 return IsConsecutive && Is16Aligned; in addresses16Bits()