Home | History | Annotate | Download | only in IR

Lines Matching refs:isVectorTy

1471   if (!Val->getType()->isVectorTy() || !Index->getType()->isIntegerTy(32))
1512 if (!Vec->getType()->isVectorTy())
1566 if (!V1->getType()->isVectorTy() || V1->getType() != V2->getType())
1785 assert((getType()->isIntegerTy() || (getType()->isVectorTy() &&
1799 assert((getType()->isIntegerTy() || (getType()->isVectorTy() &&
1815 (getType()->isVectorTy() &&
1824 (getType()->isVectorTy() &&
2206 if (!SrcTy->isVectorTy() && DstTy->isIntegerTy())
2421 assert(Ty->isVectorTy() == S->getType()->isVectorTy() && "Invalid cast");
2422 assert((!Ty->isVectorTy() ||
2438 assert(Ty->isVectorTy() == S->getType()->isVectorTy() && "Invalid cast");
2439 assert((!Ty->isVectorTy() ||
2529 } else if (SrcTy->isVectorTy()) { // Casting from vector
2539 } else if (SrcTy->isVectorTy()) { // Casting from vector
2544 } else if (DestTy->isVectorTy()) { // Casting to vector
2555 if (SrcTy->isVectorTy()) {
2655 } else if (SrcTy->isVectorTy()) {
2678 } else if (SrcTy->isVectorTy()) {
2684 } else if (DestTy->isVectorTy()) {
2697 if (SrcTy->isVectorTy()) {
2735 unsigned SrcLength = SrcTy->isVectorTy() ?
2737 unsigned DstLength = DstTy->isVectorTy() ?