Home | History | Annotate | Download | only in Utils

Lines Matching refs:BCI

661     if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) {
664 V = BCI->getOperand(0);
665 NewBC = BCI->clone();