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