Lines Matching refs:getElementCount
65 return ConstantVector::getSplat(DstTy->getElementCount(), in BitCastConstantVector()
586 cast<VectorType>(DestTy)->getElementCount(), in ConstantFoldCastInstruction()
965 unsigned SrcNumElts = V1VTy->getElementCount().getKnownMinValue(); in ConstantFoldShuffleVectorInstruction()
1071 return ConstantVector::getSplat(VTy->getElementCount(), Elt); in ConstantFoldUnaryInstruction()
1447 VTy->getElementCount(), in ConstantFoldBinaryInstruction()
1942 VT->getElementCount()); in ConstantFoldCompareInstruction()
2081 C1VTy->getElementCount(), in ConstantFoldCompareInstruction()
2094 for (unsigned I = 0, E = C1VTy->getElementCount().getKnownMinValue(); in ConstantFoldCompareInstruction()
2353 cast<VectorType>(GEPTy)->getElementCount(), C) in ConstantFoldGetElementPtr()
2372 GEPTy = VectorType::get(OrigGEPTy, VT->getElementCount()); in ConstantFoldGetElementPtr()
2381 GEPTy = VectorType::get(OrigGEPTy, VT->getElementCount()); in ConstantFoldGetElementPtr()