Lines Matching defs:BCI
2553 auto *BCI = dyn_cast<BitCastInst>(IncValue);
2555 if (!BCI)
2559 Type *TyA = BCI->getOperand(0)->getType();
2560 Type *TyB = BCI->getType();
2573 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) {
2575 Type *TyB = BCI->getOperand(0)->getType();
2576 Type *TyA = BCI->getType();
2616 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) {
2617 NewV = BCI->getOperand(0);
2648 else if (auto *BCI = dyn_cast<BitCastInst>(V)) {
2649 Type *TyB = BCI->getOperand(0)->getType();
2650 Type *TyA = BCI->getType();
2654 Instruction *I = replaceInstUsesWith(*BCI, NewPN);
2655 if (BCI == &CI)