Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp1291 bool KnownWidthA = WidthA != MemoryLocation::UnknownSize; in MemOperandsHaveAlias() local
1309 if (!KnownWidthA || !KnownWidthB) in MemOperandsHaveAlias()
1326 KnownWidthA ? WidthA + OffsetA - MinOffset : MemoryLocation::UnknownSize; in MemOperandsHaveAlias()