Lines Matching refs:isVectorTy
386 !CE->getType()->isVectorTy()) { in ConstantFoldCastInstruction()
405 DestTy->isVectorTy() && in ConstantFoldCastInstruction()
495 if (V->getType()->isVectorTy()) in ConstantFoldCastInstruction()
587 if (C->getType()->isVectorTy()) in ConstantFoldSelectInstruction()
640 if (Op->getType()->isVectorTy()) { in ConstantFoldExtractElementInstruction()
823 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()
897 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()
1877 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy() && in ConstantFoldCompareInstruction()
1995 if (LastIdxTy->isVectorTy()) in foldGEPOfGEP()
2059 return GEPTy->isVectorTy() && !C->getType()->isVectorTy() in ConstantFoldGetElementPtr()
2209 bool IsCurrIdxVector = CurrIdx->getType()->isVectorTy(); in ConstantFoldGetElementPtr()
2210 bool IsPrevIdxVector = PrevIdx->getType()->isVectorTy(); in ConstantFoldGetElementPtr()