Lines Matching defs:BI
148 if (const auto *BI = dyn_cast<BitsInit>(Arg)) {
149 if (!BI->isComplete())
152 Segments.push_back({BI->getNumBits(), BI});
153 } else if (const auto *BI = dyn_cast<BitInit>(Arg)) {
154 if (!BI->isConcrete())
157 Segments.push_back({1, BI});
386 if (const auto *BI = dyn_cast<BitsInit>(SI->Value)) {
388 auto *B = cast<BitInit>(BI->getBit(Idx));
392 if (const auto *BI = dyn_cast<BitInit>(SI->Value))
393 Value.setBitVal(i, BI->getValue());