Home | History | Annotate | Download | only in InstCombine

Lines Matching full:bci

1678   if (BitCastInst *BCI = dyn_cast<BitCastInst>(PtrOp)) {
1679 Value *Operand = BCI->getOperand(0);
1694 if (Instruction *I = visitBitCast(*BCI)) {
1695 if (I != BCI) {
1696 I->takeName(BCI);
1697 BCI->getParent()->getInstList().insert(BCI, I);
1698 ReplaceInstUsesWith(*BCI, I);