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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp209 BitInit *Bit1 = cast<BitInit>(B1->getBit(i));
211 if (Bit1->getValue() != Bit2->getValue())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp361 uint16_t Bit1 = (VR1 == SelR) ? SelB : BitN; local
363 // If Bit1 exceeds the width of VR1, then:
368 if (W1 <= Bit1)
370 // If Bit1 is within VR1, but Bit2 is not within VR2, return false.
374 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2];

Completed in 266 milliseconds