Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isVectorTy

193   assert (Ty->isVectorTy() && "Can only scalarize vectors");
250 if (Ty->isVectorTy()) {
298 if (!Src->isVectorTy() && !Dst->isVectorTy()) {
313 if (Dst->isVectorTy() && Src->isVectorTy()) {
350 return (Src->isVectorTy()? getScalarizationOverhead(Src, false, true):0) +
351 (Dst->isVectorTy()? getScalarizationOverhead(Dst, true, false):0);
370 if (CondTy->isVectorTy())
383 if (ValTy->isVectorTy()) {
422 if (RetTy->isVectorTy()) {
427 if (Tys[i]->isVectorTy()) {
482 if (RetTy->isVectorTy()) {