Searched refs:IsConsecutive (Results 1 – 3 of 3) sorted by relevance
1634 bool IsConsecutive = true; in sortPtrAccesses() local1647 IsConsecutive &= std::next(It) == Offsets.end(); in sortPtrAccesses()1650 if (!IsConsecutive) { in sortPtrAccesses()
4496 bool IsConsecutive = true; in calculateRtStride() local 4520 IsConsecutive = IsConsecutive && std::next(Res.first) == Offsets.end(); in calculateRtStride() 4526 if (!IsConsecutive) { in calculateRtStride()
12093 bool IsConsecutive = (Hi8 - Low8 == 1); in addresses16Bits() local12100 return IsConsecutive && Is16Aligned; in addresses16Bits()