Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:isPointerTy

1012   assert(Ptr->getType()->isPointerTy() &&
1485 assert(SrcVal->getType()->isPointerTy() && "Invalid PtrToInt instruction");
1494 assert(DstTy->isPointerTy() && "Invalid PtrToInt instruction");
1638 if (DstTy->isPointerTy()) {
1639 assert(SrcTy->isPointerTy() && "Invalid BitCast");