Searched refs:NumDstElts (Results 1 – 1 of 1) sorted by relevance
1562 unsigned NumDstElts = in EmitStoreThroughExtVectorComponentLValue() local1564 if (NumDstElts == NumSrcElts) { in EmitStoreThroughExtVectorComponentLValue()1568 SmallVector<llvm::Constant*, 4> Mask(NumDstElts); in EmitStoreThroughExtVectorComponentLValue()1576 } else if (NumDstElts > NumSrcElts) { in EmitStoreThroughExtVectorComponentLValue()1584 ExtMask.resize(NumDstElts, llvm::UndefValue::get(Int32Ty)); in EmitStoreThroughExtVectorComponentLValue()1592 for (unsigned i = 0; i != NumDstElts; ++i) in EmitStoreThroughExtVectorComponentLValue()1597 Mask[getAccessedFieldNo(i, Elts)] = Builder.getInt32(i+NumDstElts); in EmitStoreThroughExtVectorComponentLValue()