Lines Matching refs:isPointerTy
498 assert(Source->getType()->isPointerTy() &&
1191 assert(getOperand(0)->getType()->isPointerTy() &&
1303 assert(getOperand(1)->getType()->isPointerTy() &&
1394 assert(getOperand(0)->getType()->isPointerTy() &&
1453 assert(getOperand(0)->getType()->isPointerTy() &&
1553 if (!CT || CT->isPointerTy()) return nullptr;
2279 if (SrcTy->isPointerTy())
2280 return DstTy->isPointerTy();
2727 if (S->getType()->isPointerTy() && Ty->isIntegerTy())
2729 if (S->getType()->isIntegerTy() && Ty->isPointerTy())
2819 return SrcTy->isPointerTy();
2833 if (DestTy->isPointerTy()) { // Casting to pointer
2834 if (SrcTy->isPointerTy()) // Casting from pointer
2953 assert(SrcTy->isPointerTy() &&
2981 } else if (DestTy->isPointerTy()) {
2982 if (SrcTy->isPointerTy()) {
3062 return SrcTy->getScalarType()->isPointerTy() &&
3071 DstTy->getScalarType()->isPointerTy();
3696 assert(Address && Address->getType()->isPointerTy() &&