Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp640 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
641 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1176 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local
1177 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()