Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp2408 bool IsDeal = true, IsShuff = true; in perfect() local
2413 IsShuff = false; in perfect()
2416 assert(!(IsDeal || IsShuff) || IsDeal != IsShuff); in perfect()
2419 return IsDeal ? Deals[D] : (IsShuff ? Shufs[D] : 0); in perfect()