Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp1237 bool KnownWidthB = WidthB != MemoryLocation::UnknownSize; in MemOperandsHaveAlias() local
1254 if (!KnownWidthA || !KnownWidthB) in MemOperandsHaveAlias()
1273 KnownWidthB ? WidthB + OffsetB - MinOffset : MemoryLocation::UnknownSize; in MemOperandsHaveAlias()