Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:BitCastInst

699     if (BitCastInst *BC = dyn_cast<BitCastInst>(&Op)) {
1586 return new BitCastInst(NewGEP, GEP.getType());
1620 return new BitCastInst(NewGEP, GEP.getType());
1662 return new BitCastInst(NewGEP, GEP.getType());
1678 if (BitCastInst *BCI = dyn_cast<BitCastInst>(PtrOp)) {
1683 if (!isa<BitCastInst>(Operand) &&
1703 return new BitCastInst(Operand, GEP.getType());
1718 return new BitCastInst(NGEP, GEP.getType());
1817 } else if (isa<BitCastInst>(I) || isa<GetElementPtrInst>(I)) {