Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:bci

4761       if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address))
4762 Address = BCI->getOperand(0);
4863 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(V))
4864 V = BCI->getOperand(0);