Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isPointerTy

297     if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
314 (SrcPTy->isIntegerTy() || SrcPTy->isPointerTy() ||
318 (SrcPTy->isPointerTy() == LI.getType()->isPointerTy()) &&
459 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
493 if (!SrcPTy->isIntegerTy() && !SrcPTy->isPointerTy())
513 if (CastDstTy->isPointerTy()) {
517 if (SIOp0->getType()->isPointerTy())
608 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())) {
675 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy()));
739 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())) {