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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp315 : SelR(R), SelB(B), BitN(N), BitOrd(BO), CM(M) {}
320 const unsigned SelR, SelB; member in struct:__anon2246::RegisterCellBitCompareSel
361 uint16_t Bit1 = (VR1 == SelR) ? SelB : BitN;
362 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN;

Completed in 170 milliseconds