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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp210 BitInit *Bit2 = cast<BitInit>(B2->getBit(i));
211 if (Bit1->getValue() != Bit2->getValue())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp362 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN; local
364 // - return false, if at the same time Bit2 exceeds VR2, or
369 return Bit2 < W2;
370 // If Bit1 is within VR1, but Bit2 is not within VR2, return false.
371 if (W2 <= Bit2)
374 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2];

Completed in 60 milliseconds