Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isVectorTy

274   if (opc == Instruction::SExt && isa<CmpInst>(V) && Ty->isVectorTy())
443 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
763 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
1066 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
1700 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) {
1729 if (SrcVTy->getNumElements() == 1 && !DestTy->isVectorTy()) {
1740 if (SVI->hasOneUse() && DestTy->isVectorTy() &&