Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp639 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
640 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp1030 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local
1031 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()