Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:BitCastInst

81 Instruction *InstCombiner::PromoteCastOfAllocation(BitCastInst &CI,
1461 BitCastInst *BCI = dyn_cast<BitCastInst>(GEP->getOperand(0));
1479 if (isa<BitCastInst>(CI))
1480 return new BitCastInst(NGEP, CI.getType());
1695 static Value *OptimizeIntegerToVectorInsertions(BitCastInst &CI,
1725 static Instruction *OptimizeIntToFloatBitCast(BitCastInst &CI,InstCombiner &IC){
1783 Instruction *InstCombiner::visitBitCast(BitCastInst &CI) {
1847 if (BitCastInst *BCIn = dyn_cast<BitCastInst>(SrcCast->getOperand(0)))
1889 BitCastInst *Tmp;
1893 if (((Tmp = dyn_cast<BitCastInst>(SVI->getOperand(0))) &&
1895 ((Tmp = dyn_cast<BitCastInst>(SVI->getOperand(1))) &&