Searched refs:IsAStore (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp174 bool IsAStore = Desc.MayStore; local
175 assert((IsALoad || IsAStore) && "Expected a memory operation!");
183 if (IsAStore) {

Completed in 85 milliseconds