Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BCI

1913   BitCastInst *BCI = nullptr;
1916 BCI = dyn_cast<BitCastInst>(V);
1917 if (BCI)
1918 V = BCI->getOperand(0);
1941 if (&*BI == BCI)