Lines Matching defs:BCI
2597 auto *BCI = dyn_cast<BitCastInst>(IncValue);
2599 if (!BCI)
2603 Type *TyA = BCI->getOperand(0)->getType();
2604 Type *TyB = BCI->getType();
2617 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) {
2619 Type *TyB = BCI->getOperand(0)->getType();
2620 Type *TyA = BCI->getType();
2660 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) {
2661 NewV = BCI->getOperand(0);
2692 else if (auto *BCI = dyn_cast<BitCastInst>(V)) {
2693 Type *TyB = BCI->getOperand(0)->getType();
2694 Type *TyA = BCI->getType();
2698 Instruction *I = replaceInstUsesWith(*BCI, NewPN);
2699 if (BCI == &CI)