Home | History | Annotate | Download | only in IR

Lines Matching refs:isPtrOrPtrVectorTy

2394   assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast");
2395 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) &&