Lines Matching refs:isVectorTy
388 !CE->getType()->isVectorTy()) { in ConstantFoldCastInstruction()
407 DestTy->isVectorTy() && in ConstantFoldCastInstruction()
503 if (V->getType()->isVectorTy()) in ConstantFoldCastInstruction()
595 if (C->getType()->isVectorTy()) in ConstantFoldSelectInstruction()
648 if (Op->getType()->isVectorTy()) { in ConstantFoldExtractElementInstruction()
819 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()
893 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()
2025 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy() && in ConstantFoldCompareInstruction()
2161 if (LastIdxTy->isVectorTy()) in foldGEPOfGEP()
2215 return GEPTy->isVectorTy() && !C->getType()->isVectorTy() in ConstantFoldGetElementPtr()
2364 bool IsCurrIdxVector = CurrIdx->getType()->isVectorTy(); in ConstantFoldGetElementPtr()
2365 bool IsPrevIdxVector = PrevIdx->getType()->isVectorTy(); in ConstantFoldGetElementPtr()