Lines Matching refs:getVectorNumElements
55 if (NumElts != CV->getType()->getVectorNumElements()) in BitCastConstantVector()
569 DestTy->getVectorNumElements() == V->getType()->getVectorNumElements()) { in ConstantFoldCastInstruction()
574 for (unsigned i = 0, e = V->getType()->getVectorNumElements(); i != e; ++i) { in ConstantFoldCastInstruction()
736 for (unsigned i = 0, e = V1->getType()->getVectorNumElements(); i != e;++i){ in ConstantFoldSelectInstruction()
755 if (Result.size() == V1->getType()->getVectorNumElements()) in ConstantFoldSelectInstruction()
794 if (Index >= Val->getType()->getVectorNumElements()) in ConstantFoldExtractElementInstruction()
810 for (unsigned i = 0, e = Val->getType()->getVectorNumElements(); i != e; ++i){ in ConstantFoldInsertElementInstruction()
827 unsigned MaskNumElts = Mask->getType()->getVectorNumElements(); in ConstantFoldShuffleVectorInstruction()
837 unsigned SrcNumElts = V1->getType()->getVectorNumElements(); in ConstantFoldShuffleVectorInstruction()
890 NumElts = Agg->getType()->getVectorNumElements(); in ConstantFoldInsertValueInstruction()
1790 for (unsigned i = 0, e = C1->getType()->getVectorNumElements(); i != e;++i){ in ConstantFoldCompareInstruction()