Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BCI

927   BitCastInst *BCI = nullptr;
930 BCI = dyn_cast<BitCastInst>(V);
931 if (BCI)
932 V = BCI->getOperand(0);
955 if (&*BI == BCI)