Searched refs:NumSrcElts (Results 1 – 2 of 2) sorted by relevance
62 unsigned NumSrcElts = VTy->getNumElements(); in FoldBitCast() local70 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts); in FoldBitCast()83 for (unsigned i = 0; i != NumSrcElts; ++i) { in FoldBitCast()86 Result |= CDV->getElementAsInteger(NumSrcElts-i-1); in FoldBitCast()
1514 unsigned NumSrcElts = VTy->getNumElements(); in EmitStoreThroughExtVectorComponentLValue() local1517 if (NumDstElts == NumSrcElts) { in EmitStoreThroughExtVectorComponentLValue()1522 for (unsigned i = 0; i != NumSrcElts; ++i) in EmitStoreThroughExtVectorComponentLValue()1529 } else if (NumDstElts > NumSrcElts) { in EmitStoreThroughExtVectorComponentLValue()1535 for (unsigned i = 0; i != NumSrcElts; ++i) in EmitStoreThroughExtVectorComponentLValue()1549 for (unsigned i = 0; i != NumSrcElts; ++i) in EmitStoreThroughExtVectorComponentLValue()