Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BCI

1433   BitCastInst *BCI = nullptr;
1436 BCI = dyn_cast<BitCastInst>(V);
1437 if (BCI)
1438 V = BCI->getOperand(0);
1461 if (&*BI == BCI)