Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1284 bool KnownWidthB = WidthB != MemoryLocation::UnknownSize; in MemOperandsHaveAlias() local
1301 if (!KnownWidthA || !KnownWidthB) in MemOperandsHaveAlias()
1320 KnownWidthB ? WidthB + OffsetB - MinOffset : MemoryLocation::UnknownSize; in MemOperandsHaveAlias()