Searched refs:NumDstElts (Results 1 – 1 of 1) sorted by relevance
1616 unsigned NumDstElts = in EmitStoreThroughExtVectorComponentLValue() local1618 if (NumDstElts == NumSrcElts) { in EmitStoreThroughExtVectorComponentLValue()1622 SmallVector<llvm::Constant*, 4> Mask(NumDstElts); in EmitStoreThroughExtVectorComponentLValue()1630 } else if (NumDstElts > NumSrcElts) { in EmitStoreThroughExtVectorComponentLValue()1638 ExtMask.resize(NumDstElts, llvm::UndefValue::get(Int32Ty)); in EmitStoreThroughExtVectorComponentLValue()1646 for (unsigned i = 0; i != NumDstElts; ++i) in EmitStoreThroughExtVectorComponentLValue()1657 Mask[getAccessedFieldNo(i, Elts)] = Builder.getInt32(i+NumDstElts); in EmitStoreThroughExtVectorComponentLValue()