Lines Matching refs:isVectorTy
1485 assert(!(Ty->isVectorTy() && Ty->getScalarType()->isPointerTy()) && in VectorOrPrimitiveTypeSizeInBits()
1487 return Ty->isVectorTy() ? in VectorOrPrimitiveTypeSizeInBits()
1499 if (dstTy->isVectorTy() && srcTy->isVectorTy() && in CreateShadowCast()
1544 if (Ty->isVectorTy()) { in handleMulByConstant()
1965 I.getArgOperand(1)->getType()->isVectorTy() && in handleUnknownIntrinsic()
1974 I.getType()->isVectorTy() && in handleUnknownIntrinsic()
2039 if (ConvertOp->getType()->isVectorTy()) { in handleVectorConvertIntrinsic()
2057 assert(CopyOp->getType()->isVectorTy()); in handleVectorConvertIntrinsic()
2076 if (S->getType()->isVectorTy()) in Lower64ShadowExtend()
2085 assert(T->isVectorTy()); in VariableShadowExtend()
2166 assert(isX86_MMX || S1->getType()->isVectorTy()); in handleVectorPackIntrinsic()
2606 if (B->getType()->isVectorTy()) { in visitSelectInst()