Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isPointerTy

170     if (!FromPtr->getType()->isPointerTy() || !ToPtr->getType()->isPointerTy())
504 if (!PN->getType()->isIntegerTy() && !PN->getType()->isPointerTy())
1367 if (BECount->getType()->isPointerTy() && !Phi->getType()->isPointerTy())
1440 if (IndVar->getType()->isPointerTy()
1441 && !IVCount->getType()->isPointerTy()) {
1498 Type *LimitTy = IVCount->getType()->isPointerTy() ?
1557 assert(ExitCnt->getType()->isPointerTy() == IndVar->getType()->isPointerTy()