Lines Matching refs:getNumElements
164 cast<FixedVectorType>(DestTy)->getNumElements() == in ConstantFoldCastInstruction()
165 cast<FixedVectorType>(V->getType())->getNumElements()) { in ConstantFoldCastInstruction()
179 e = cast<FixedVectorType>(V->getType())->getNumElements(); in ConstantFoldCastInstruction()
278 for (unsigned i = 0, e = V1VTy->getNumElements(); i != e; ++i) { in ConstantFoldSelectInstruction()
299 if (Result.size() == V1VTy->getNumElements()) in ConstantFoldSelectInstruction()
364 if (CIdx->uge(ValFVTy->getNumElements())) in ConstantFoldExtractElementInstruction()
430 unsigned NumElts = ValTy->getNumElements(); in ConstantFoldInsertElementInstruction()
532 NumElts = ST->getNumElements(); in ConstantFoldInsertValueInstruction()
534 NumElts = cast<ArrayType>(Agg->getType())->getNumElements(); in ConstantFoldInsertValueInstruction()
593 for (unsigned i = 0, e = VTy->getNumElements(); i != e; ++i) { in ConstantFoldUnaryInstruction()
915 for (unsigned i = 0, e = FVTy->getNumElements(); i != e; ++i) { in ConstantFoldBinaryInstruction()