Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp219 BitInit *Bit2 = cast<BitInit>(B2->getBit(i)); in equalBitsInits() local
220 if (Bit1->getValue() != Bit2->getValue()) in equalBitsInits()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp362 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN; in operator ()() local
369 return Bit2 < W2; in operator ()()
371 if (W2 <= Bit2) in operator ()()
374 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()