Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:BCI

1806   if (BitCastInst *BCI = dyn_cast<BitCastInst>(PtrOp)) {
1807 Value *Operand = BCI->getOperand(0);
1821 if (Instruction *I = visitBitCast(*BCI)) {
1822 if (I != BCI) {
1823 I->takeName(BCI);
1824 BCI->getParent()->getInstList().insert(BCI->getIterator(), I);
1825 ReplaceInstUsesWith(*BCI, I);