Home | History | Annotate | Download | only in IR

Lines Matching refs:isPointerTy

485   assert(Source->getType()->isPointerTy() &&
927 assert(getOperand(0)->getType()->isPointerTy() &&
1080 assert(getOperand(1)->getType()->isPointerTy() &&
1228 assert(getOperand(0)->getType()->isPointerTy() &&
1277 assert(getOperand(0)->getType()->isPointerTy() &&
1376 if (!CT || CT->isPointerTy()) return 0;
2070 if (SrcTy->isPointerTy())
2071 return DstTy->isPointerTy();
2532 return SrcTy->isPointerTy();
2546 } else if (DestTy->isPointerTy()) { // Casting to pointer
2547 if (SrcTy->isPointerTy()) { // Casting from pointer
2660 assert(SrcTy->isPointerTy() &&
2688 } else if (DestTy->isPointerTy()) {
2689 if (SrcTy->isPointerTy()) {
2772 return SrcTy->getScalarType()->isPointerTy() &&
2781 DstTy->getScalarType()->isPointerTy();
2785 if (SrcTy->isPointerTy() != DstTy->isPointerTy())
3372 assert(Address && Address->getType()->isPointerTy() &&